How to disable search for a whole row in the datatable?

How to disable search for a whole row in the datatable?

garudagaruda 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

  • garudagaruda Posts: 2Questions: 1Answers: 0

    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?

  • kthorngrenkthorngren Posts: 20,276Questions: 26Answers: 4,765
    Answer ✓

    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

Sign In or Register to comment.