gopendra-dwivedi / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

Select filters not re-populatig the proper entry on page refresh #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I suspect that perhaps I'm missing some configuration parameter, but when I use 
the select based filters and I do a page refresh, the saved state of the page 
is not being reflected in the filter selects.

So if I select a particular item in the list the filter by, then refresh the 
page, the select list goes back to the first entry in the list even though the 
table data is still being filtered by the previously selected item.

I'm using server side processing if that is important, as well as the 
bSaveState = true option on the table.

Original issue reported on code.google.com by m...@vontiva.com on 1 Nov 2011 at 2:51

GoogleCodeExporter commented 9 years ago
Hi,

Unfortunately this plugin do notwork with save state in the cookie feature. 
This is a tricky integration and I failed couple times to cover this. 
Therefore, this is know integration issues (it is also reported in the issue 2).

Jovan

Original comment by joc...@gmail.com on 1 Nov 2011 at 6:08

GoogleCodeExporter commented 9 years ago

Original comment by joc...@gmail.com on 12 Feb 2012 at 6:44

GoogleCodeExporter commented 9 years ago
I'm confused.  I updated to the latest version of datatables and column-filter 
a couple months ago and now the column filters work perfectly with save 
state... am I missing something?

Original comment by m...@vontiva.com on 12 Feb 2012 at 7:04

GoogleCodeExporter commented 9 years ago
bStateSave is working, and is refreshing the table with filters applied, 
however the checkboxes aren't being checked.

Original comment by KAkkape...@gmail.com on 14 Sep 2012 at 6:12