Selectbox generated by fnfilter does not update after dynamically changing the table
Selectbox generated by fnfilter does not update after dynamically changing the table
Hi. I'm OjimaX
I am using datatables with filterable selectbox with fnfilter.
And with some other options the table is changed by ajax request.
(these options are not datatables', I used normal jQuery/Ajax statement)
I'm facing one problem here:
the contents in the selectbox doesn't change after the table is dynamically changed by ajax request.
And then if I select a content from the selectbox, all that does is to filter the PREVIOUS table,
not the one that was generated after the ajax request.
This problem also happens with
sorting, paging, and other functions:
these functions will try to retrieve the previous table data.
Does anyone know how to solve this problem?
Thank you in advance!
OjimaX
I am using datatables with filterable selectbox with fnfilter.
And with some other options the table is changed by ajax request.
(these options are not datatables', I used normal jQuery/Ajax statement)
I'm facing one problem here:
the contents in the selectbox doesn't change after the table is dynamically changed by ajax request.
And then if I select a content from the selectbox, all that does is to filter the PREVIOUS table,
not the one that was generated after the ajax request.
This problem also happens with
sorting, paging, and other functions:
these functions will try to retrieve the previous table data.
Does anyone know how to solve this problem?
Thank you in advance!
OjimaX
This discussion has been closed.