How to load a table blank when no filter is selected
How to load a table blank when no filter is selected
Noodles12
Posts: 113Questions: 41Answers: 2
I would like the page to display empty table by default, as no Filter is selected. Once the filter is selected it should show the related records. Please see my code here.
http://live.datatables.net/jivuwiwi/1/edit
Thanks.
This question has an accepted answers - jump to answer
Answers
One option is to hide the -
tbody
then show it in the select change event handler. Like this:http://live.datatables.net/jivuwiwi/2/edit
Kevin
Thankyou! This is very helpful. I am working on this and may come back with another question soon.