Releases: Mobius1/Vanilla-DataTables
Releases · Mobius1/Vanilla-DataTables
v1.3.1
- Allow ajax data to be processed by end-user before loading into table.
v1.3.0
- Added
ajax
option
- Renamed
addRows()
method to insert()
- Fixed recursive merging of user options
- Improved IE9 support
v1.2.4
- Control format, visibility, sortablility, etc of columns with the
columns
option.
v1.2.3
- Added experimental moment.js support to parse datetime strings for column sorting.
v1.2.2
-
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.0
- New
columns
API (See the wiki for more info)
v1.1.11
- 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
- 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