SearchPanes not working after ajax.reload()
SearchPanes not working after ajax.reload()
mdesmond
Posts: 12Questions: 1Answers: 0
in SearchPanes
I am using the latest version of DataTables and all the extensions, but the table gets stuck showing 'processing' after ajax.reload(). You can see all the data updates properly, but the datatable still shows the processing symbol. Interestingly, if you sort any column two times, the processing symbol disappears, but the searchpanes still do not work.
Here's a demo case:
Answers
The console is showing this error after the
ajax.reload()
:The problem happens when
searchPanes.viewTotal
is enabled. I commented it out here and the error doesn't occur and SearchPanes works after theajax.reload()
.http://live.datatables.net/bacusijo/4/edit
Looks like a bug that @allan will need to look at.
Kevin
Hi @allan, will this bug be addressed in any of the upcoming releases? Thanks in advance!