Display 0 results until a selection is made
Display 0 results until a selection is made

Hi, I have a table set up with dropdowns in 2 of the 3 columns I have to act as filters and I want the the table to display 0 rows until a selection is made.
Is there an option that I glossed over?
This discussion has been closed.
Answers
Nope, no glossing. There's no option as such, but you could either hide() the rows until the selection is made, or if you're using Ajax source data, only give the URL (with
ajax.url()
) once that selection is made,Colin