ABinBoston
Programmer
I have an asp page that displays a list of employees and their departments.
NAME POSITION DEPT
Sally Ryan Manager Marketing
Jim Anyname Sales Mgr Sales
I'd like a way to have a dropdown in the header of the table allowing me to select a Name, then on change, filter the records to show only that employee. I'd also like to have a dropdown in the "position" header allowing me to select a position and show only employees in that category. Also, another dropdown listing the departments, then when a dept is selected, filter the records for the department.
Thanks! - AB
NAME POSITION DEPT
Sally Ryan Manager Marketing
Jim Anyname Sales Mgr Sales
I'd like a way to have a dropdown in the header of the table allowing me to select a Name, then on change, filter the records to show only that employee. I'd also like to have a dropdown in the "position" header allowing me to select a position and show only employees in that category. Also, another dropdown listing the departments, then when a dept is selected, filter the records for the department.
Thanks! - AB