Example - /api/regex.html

Example - /api/regex.html

DavidFC50DavidFC50 Posts: 2Questions: 1Answers: 0

Thank you for this working example of searching on each column in a datatable: https://datatables.net/examples/api/regex.html

however, on taking this into my application, I am able to perform a search using the "Global Search" text box but neither of the Column searches work. Please could I ask for the full listing of javascript sources used by your example, as I feel I am missing one. Thank you

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,159Questions: 26Answers: 4,921
    Answer ✓

    You can use the browser's "View Source" if you want to see the source code for the page. Not sure that is answering your questions or will be terribly useful.

    The best option is to provide a link to your page or a test case so we can see what you are doing. This will allow us to provide suggestions to solve the problem you are having.
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    Kevin

  • DavidFC50DavidFC50 Posts: 2Questions: 1Answers: 0

    Thank you. Will look at the DataTables debugger and go from there.

This discussion has been closed.