Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Releases: Mobius1/Vanilla-DataTables

v1.1.9

18 May 10:00
Compare
Choose a tag to compare
  • Prevent possible conflicts with lowdash and underscore libs #14

v1.1.8

12 May 20:41
Compare
Choose a tag to compare

v1.1.7

12 Apr 18:12
Compare
Choose a tag to compare
  • New method init (see docs)
  • New method destroy (see docs)

v1.1.6

29 Mar 13:42
Compare
Choose a tag to compare
  • New option layout (see docs)
  • New option header (see docs)
  • New option footer (see docs)
  • Fixed method sortColumn() reliance on table headings (#8)
  • Fixed bug where refresh() method would throw an exception when searchable is disabled. (#9)
  • Fixed bug where the per-page select showed the wrong selected value.

v1.0.6

27 Mar 22:14
Compare
Choose a tag to compare

v1.0.5

27 Mar 19:48
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release

BROKEN COMMIT. PLEASE USE v1.0.6 and above.

  • Fixed issue where no warning message was displayed when no search results were returned.
  • Implements enhancements from #7

v1.0.4

18 Mar 20:29
Compare
Choose a tag to compare
  • Enable the the use of tables without headings.

v1.0.3

02 Mar 22:42
Compare
Choose a tag to compare
  • Default CSS overhaul.
  • fixedColumns enabled by default.
  • firstLast disabled by default.

v1.0.2

02 Mar 12:40
Compare
Choose a tag to compare
  • New table classes fixed-height and fixed-columns for fixedHeight and fixedColumns options, respectively.

v1.0.1

27 Feb 19:35
Compare
Choose a tag to compare
  • Hotfix