Is there a plugin that connects datatables somehow with http://benalman.com/code/projects/jquery-bbq. Actually, is there any plugin that implements history and bookmarking for pages with datatables.
Thanks!
There is no plugin already available for clicking 'back' and having it reflect in DataTables. i.e. if you click back it won't remove the filter or whatever. If this is the behaviour you are looking for, then it's probably much easier just to write it in HTML/PHP (or whatever) rather than using Javascript!
Replies
Does bStateSave do what you are looking for: http://datatables.net/examples/basic_init/state_save.html ?
Allan
Something which this plugin enables
http://plugins.jquery.com/project/history
How to enable this? Is there any readymade plugin for this
Thanks in advance
CSJakharia
There is no plugin already available for clicking 'back' and having it reflect in DataTables. i.e. if you click back it won't remove the filter or whatever. If this is the behaviour you are looking for, then it's probably much easier just to write it in HTML/PHP (or whatever) rather than using Javascript!
Regards,
Allan