Show/ hide rows based on a row cell's content
Show/ hide rows based on a row cell's content
Link to test case: http://live.datatables.net/nelujavu/48/edit
Description of problem:
Hi there,
I found this example very similar to the current project that I'm working on so I have modified the table content a bit just to fit my needs. And instead of the "show only used" by ticking checkboxes of the column "Use", I would like to show only "not full quantity" based on column "Qty". For example, if ticking the button, the desired output should be only rows 2, 4, 8, 9 and if unticking the button, it will show all rows again. Any help would be greatly appreciated!
Thanks
This question has an accepted answers - jump to answer
Answers
You could do something like this : http://live.datatables.net/nelujavu/51/edit . It's checking for the presence of the '/', or whether the two numbers match,
Colin
Thanks so much, Colin! Also, my apology for duplicating my question in the forum. If possible, please delete the other identical question. Have a good day, sir!