DataTables 1.5.4 released
DataTables 1.5.4 released
allan
Posts: 63,488Questions: 1Answers: 10,467 Site admin
Hello all,
It's only been a week since 1.5.3 was released, but it's now time for 1.5.4 :-). While the last release focused on bug fixing, this release focuses on making DataTables even more flexible. Specifically:
- A new sorting API has been added (and fully documented: http://datatables.net/development/sorting ) which can be used for performing sorting on information which required live DOM interaction (for example form elements). Example:
http://datatables.net/examples/api/dom_sort.html
- Two 'flags' have been added to the settings object (bSorted and bFiltered) which can be used in fnDrawCallback() to perform any required actions. For example this is useful in maintaining a column of static indexes:
http://datatables.net/examples/api/counter_column.html
Others are detailed in the full release notes:
http://datatables.net/download
You can download DataTables 1.5.4 here:
http://datatables.net/releases/dataTables-1.5.4.zip
Finally for now, please remember to make a donation for the continued support and development of DataTables:
http://datatables.net/donate
Enjoy!
Regards,
Allan
It's only been a week since 1.5.3 was released, but it's now time for 1.5.4 :-). While the last release focused on bug fixing, this release focuses on making DataTables even more flexible. Specifically:
- A new sorting API has been added (and fully documented: http://datatables.net/development/sorting ) which can be used for performing sorting on information which required live DOM interaction (for example form elements). Example:
http://datatables.net/examples/api/dom_sort.html
- Two 'flags' have been added to the settings object (bSorted and bFiltered) which can be used in fnDrawCallback() to perform any required actions. For example this is useful in maintaining a column of static indexes:
http://datatables.net/examples/api/counter_column.html
Others are detailed in the full release notes:
http://datatables.net/download
You can download DataTables 1.5.4 here:
http://datatables.net/releases/dataTables-1.5.4.zip
Finally for now, please remember to make a donation for the continued support and development of DataTables:
http://datatables.net/donate
Enjoy!
Regards,
Allan
This discussion has been closed.