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.3.2

10 Aug 13:05
Compare
Choose a tag to compare
  • Hotfix

v1.3.1

10 Aug 12:15
Compare
Choose a tag to compare
  • Allow ajax data to be processed by end-user before loading into table.

v1.3.0

09 Aug 12:32
Compare
Choose a tag to compare
  • Added ajax option
  • Renamed addRows() method to insert()
  • Fixed recursive merging of user options
  • Improved IE9 support

v1.2.4

15 Jul 12:06
Compare
Choose a tag to compare
  • Control format, visibility, sortablility, etc of columns with the columns option.

v1.2.3

11 Jul 21:09
Compare
Choose a tag to compare
  • Added experimental moment.js support to parse datetime strings for column sorting.

v1.2.2

02 Jul 21:53
Compare
Choose a tag to compare
  • Added swap() method to columns API

  • Added order() method to columns API

  • Added rebuild() method to columns API

  • Fixed sortColumn bug

  • Fixed search bug

v1.2.1

29 Jun 22:25
Compare
Choose a tag to compare
v1.2.1

v1.2.0

29 Jun 20:41
Compare
Choose a tag to compare
  • New columns API (See the wiki for more info)

v1.1.11

28 Jun 21:03
Compare
Choose a tag to compare
  • Fixed sorting percentage values #15
  • Fixed export() method throwing an exception on an empty table
  • Fixed initialising on table lacking <thead> or <tbody> elements
  • New method import() (See the wiki entry)

v1.1.10

26 Jun 00:56
Compare
Choose a tag to compare
  • Updated method export(). See wiki for info.
  • Added sql to export formats
  • Added json to export formats
  • Allow exporting to string as well as file
  • Allow for skipping columns during export