DataTables 1.5 beta 5

DataTables 1.5 beta 5

allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
edited March 2009 in General
Hello all,

I'm pleased to release the latest beta of DataTables 1.5. There are a number of new features in this release, and a bit of a clean up in various parts of this code. Full release notes are available from the download page. So these new features:

- Support for grouping column information through colspan and rowspan in the header - http://datatables.net/1.5-beta/examples/advanced_init/complex_header.html
- Server-side processing column ordering need not now be in a fixed order (DataTables will automatically re-order the returned data if required - http://datatables.net/1.5-beta/examples/server_side/column_ordering.html
- Forced sorting is now possible through the parameter aaSortingFixed (which has the same syntax as aaSorting). This allows grouping of rows - http://datatables.net/1.5-beta/examples/advanced_init/row_grouping.html

Enjoy!
Allan

Replies

  • grobobgrobob Posts: 13Questions: 0Answers: 0
    Hi,

    Thank you for your big work :)
    Complex header is beautiful !!

    A little issue on http://datatables.net/1.5-beta/examples/advanced_init/row_grouping.html
    (FF3)
    I click on browser header => sort by platform
    I click on platform => sort by engine
    i click on engine => sort by CSS
    i click on css => nothing append
  • andrew_mandrew_m Posts: 31Questions: 0Answers: 0
    Fantastic, thanks for column names support, Allan!
  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    @grobob: Awesome - glad you like the complex header example. I'm quite pleased with that :-). Quite useful for complex data tables. Thanks for spotting the error with the sorting - that was due to my change in handling of the TH elements. I've fixed this now, and just re-released beta 5 (a little naughty I know... ;-) ).

    @andrew_m: My pleasure. Hope that does the trick for you. If you think of any other information that the server-side should know in order to correctly respond, let me know.

    Allan
This discussion has been closed.