Question
filter data with drop down menus
I have my admin page that is a list of records, nothing
special. But I want to let the user filter the data on a few fields
using drop down boxes with an "apply filter" button. Each filter
has the option to see all (%). I can filter it by the 3 different
fields without any problems but here are my 2 problems:
When the user makes their selections
from the drop down boxes then clicks the button, it does the filter
but then each drop down goes back to the top option. So I need to
set the current selection to what they just picked. How do I do
this?
I think if I get the first one
answered this next one will be ok. If there's enough records in the
filter to need paging, it just pages to the default selections from
the drop downs.
