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

himajhimaj Posts: 1Questions: 1Answers: 0
edited June 2020 in Free community support

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

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599
    Answer ✓

    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, you initComplete wouldn't have any knowledge of values not on the current page.

    Colin

This discussion has been closed.