How to search only non html content
How to search only non html content
My table column looks like this
[code]
Mathematics
Edit
|
Delete
[/code]
When i search for edit or delete, it matches the above column. I want the search filter to only search for "Mathematics" (ie ignore the entire tag and look for only contents that are within tag that has "Mathematics".
[code]
Mathematics
Edit
|
Delete
[/code]
When i search for edit or delete, it matches the above column. I want the search filter to only search for "Mathematics" (ie ignore the entire tag and look for only contents that are within tag that has "Mathematics".
This discussion has been closed.
Replies
Fix is here: https://github.com/DataTables/DataTables/commit/065c2cc66b872c6964b7d31f12941f23e7f1f171
Allan