Datatable>Filter Blank

Datatable>Filter Blank

qqashishqqashish Posts: 34Questions: 10Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

.search( '^'+this.value+'$', true, false ) is not working.
I have serverside processing.
i am trying to implement
http://live.datatables.net/vipifute/81/edit

and everything works fine except when I use '^'+this.value+'$' then filters and says no matching records.

Help, pl dont ask for test case in serverside processing.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    Regular expressions aren't supported in the server-side scripts. See threads like here and here for info and tips.

    Colin

  • qqashishqqashish Posts: 34Questions: 10Answers: 0

    Colin Rocks !!

    In your one of threads, ssp.php file filter function needs to be updated and it then it works like a charm.....

    Cheers

This discussion has been closed.