Hi,
I have a requirement of implementing Search and Filter over a datatable.
The datatable I am using has 5 columns Name, Surname, State, Dept, Location.
The requirement goes as, there would be a input text box for writing the searchable record and a drop-down menu beside it which will automatically take the column names as its values. This drop-down will act a filter.
One would type a record and select the column from the drop down where it has to be searched and click Search button. If found then the record is displayed in the datatable and if not then "No records found" will be displayed.
Again the Search will not retrieve records from the database, but only the records which are presesnt in the memory based on which the datatable is formed.
Ihave attached a picture of the requirement.
Please help me and provide me suggestions/code samples as how to proceed.
Regards,
Awe