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:
- 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