Capabilities question

Capabilities question

wilsoncpuwilsoncpu Posts: 1Questions: 0Answers: 0
edited June 2013 in General
I am trying to compare DataTables with SlickGrid and jqGrid. (Was using ExtJS with Grids, but looking into using jQuery instead.)

Desired features besides the standard sort-by-column are Column Reordering, and Column Selection (hide/show columns).

I see DataTables has both Column Reordering and Column Selection. Great!

However, I didn't see if it's possible to save the user's choices so they get the same setup the next time they come to the page.

Is this something you have to handle separately, is it something DataTables can do automatically, or is it just not feasible?

Thanks!

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    > However, I didn't see if it's possible to save the user's choices so they get the same setup the next time they come to the page.

    The bStateSave option will do this, and ColReorder will integrate with that ability to remember state: http://datatables.net/release-datatables/extras/ColReorder/state_save.html

    Regards,
    Allan
This discussion has been closed.