How to disable search for a whole row in the datatable?
How to disable search for a whole row in the datatable?
garuda
Posts: 2Questions: 1Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This question has an accepted answers - jump to answer
Answers
When I performed a search operation my second row is going to hide because there are no data only input boxes. And also if I add this row within the table header the sorting arrows then indicate beside the input boxes not beside the th . How can I fix it?
Create a second header row for the search inputs. Use
orderCellsTop
to move the sorting event listeners to the top row. See this example.Kevin