SearchBuilder Never Refines The Table Data
SearchBuilder Never Refines The Table Data
pcnweb
Posts: 8Questions: 2Answers: 0
Link to test case:
https://pcnplus.org/dtest/dt_test.php
Debugger code (debug.datatables.net):
oyazih
Error messages shown:
None
Description of problem:
With the SearchBuilder plugin active, no matter what AJAX query it builds (which all seem correct in the Network console panel), it never filters the result set on the page - no errors in the console so I'm stuck on how to troubleshoot it? Does SearchBuilder not actually work for AJAX generated tables?
Answers
Looks like we need to login to access the page. If you don't want to post the login info publicly then PM Allan directly with the info.
If you have server side processing enabled (
serverSide: true
) the see the SearchPanes SSP docs.Kevin
I updated it to make it public. I'm sure I'm missing something from the docs you referenced, but I can't figure out what without any console error info.
Attached my AJAX script (without db info) if that will help.
I don't believe the
ssp.class.php
supports SearchBuilder. My suggestion is to switch to use the Editor server side processing library. See this blog to learn how to use them.Kevin
Thanks, I'll read that.