DataTables 1.5.5 released
DataTables 1.5.5 released
allan
Posts: 63,488Questions: 1Answers: 10,468 Site admin
Hello all,
It's been a little while now since 1.5.4 was released, and one or two issues have come to light that I think are appropriate to address with a new release. This is mainly a clean-up release, with bug fixes and one or two nice little new "features":
- sDom when using with jQuery UI theming has been tidied up. There is now an H and F macro which is short hand for the full class string required for jQuery UI theming.
- When using server-side processing, you can now see bSortable_{i} and bSearchable_{i} for each column, to see what columns the client-side think are sortable / searchable.
Others are detailed in the full release notes:
http://datatables.net/download
You can download DataTables 1.5.5 here:
http://datatables.net/releases/dataTables-1.5.5.zip
Also, thanks to those who have made a donation! Supporting DataTables, development and keeping the server-up and running can add up, so please do remember to make a donation: http://datatables.net/donate
Enjoy!
Regards,
Allan
It's been a little while now since 1.5.4 was released, and one or two issues have come to light that I think are appropriate to address with a new release. This is mainly a clean-up release, with bug fixes and one or two nice little new "features":
- sDom when using with jQuery UI theming has been tidied up. There is now an H and F macro which is short hand for the full class string required for jQuery UI theming.
- When using server-side processing, you can now see bSortable_{i} and bSearchable_{i} for each column, to see what columns the client-side think are sortable / searchable.
Others are detailed in the full release notes:
http://datatables.net/download
You can download DataTables 1.5.5 here:
http://datatables.net/releases/dataTables-1.5.5.zip
Also, thanks to those who have made a donation! Supporting DataTables, development and keeping the server-up and running can add up, so please do remember to make a donation: http://datatables.net/donate
Enjoy!
Regards,
Allan
This discussion has been closed.
Replies
1.5.5 is causing issues for me. It inserts an extra tag, which is about 100px in height, above my . We also experienced this issue with earlier versions of datatables. I have had to revert back to 1.5.4.
Anyone else having this issue?
Phil
Sounds odd. DataTables does indeed add a wrapper around the table, and all of the other elements under it's control - but this shouldn't have changed between the versions. Could you post an example?
Thanks,
Allan