column.search() is not binding to DataTableRequest, column[i].search.value is null
column.search() is not binding to DataTableRequest, column[i].search.value is null
himaj
Posts: 1Questions: 1Answers: 0
I am trying to do an individual column search but my search values are not
binding to column[i].search.value, can someone please help me.
Its working when I use "/ssp/objects.php" for ajax call like shown below
but when I try to call my .net api it doesnt work
http://live.datatables.net/poreqazu/1/edit is the link to my js code.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I'm not clear what you mean by "search values are not binding". Are you saying the search itself doesn't work, or that the values don't appear in the column heading?
If the latter, then yep, that would be the case, as you have
serverSide
, youinitComplete
wouldn't have any knowledge of values not on the current page.Colin