How to filter using the ssp.class?

How to filter using the ssp.class?

ramsesbramsesb Posts: 2Questions: 2Answers: 0

I have correctly implemented the the use of the ssp.class.php with DataTables. It fetches the data perfectly, but the filter options are not working. DataTables seems to pass the variables, but ssp.class is doing nothing with them. Can anyone help me out with this issue?
It seems DataTables is passing variables with a different name, for example: "iDisplayStart" and "iDisplayLength", instead of "start" and "length", can anyone help me out with this for the filtering variables?

Answers

  • Tom (DataTables)Tom (DataTables) Posts: 139Questions: 0Answers: 26

    It seems like you've triggered Legacy Mode.

    If you want to use the ssp class script it will only accept the modern parameters. Use the ajax property instead of sAjaxSource.

    Thanks

    Tom

This discussion has been closed.