Is there some other way to search entries other then by cell contents
Is there some other way to search entries other then by cell contents
I need to perform a search in the table, where columns are db fields names and lines are the number of tests. There is no text in cells. If the field did not pass the test, it is marked by changing color of the cell. I can give the cell id or class 'failed'. And I need the search to work something like this: it gets a needed name of the field and looks for lines, in which this field is marked by id/class 'failed'. Who do I do that?
Thank you.
This question has an accepted answers - jump to answer
Answers
http://live.datatables.net/nigafeso/1/edit puts the value in a hidden span. Search still works but the cell appears to be just a color.
Thanks! Works really great. Just what I needed