How to disable search for a whole row in the datatable?
How to disable search for a whole row in the datatable?
![garuda](https://secure.gravatar.com/avatar/e0b757668904f18c81284e7e7cf1d363/?default=https%3A%2F%2Fvanillicon.com%2Fe0b757668904f18c81284e7e7cf1d363_200.png&rating=g&size=120)
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This question has an accepted answers - jump to answer
This discussion has been closed.
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