I have a select box and a search button.
When I select an option in the select box and click Search,
a data grid must be displayed .This data grid has 5 collumns.Depending on the select option selected,all the data ,must be displayed.
If you are wanting to do this with JavaScript then I think you will need to use some Ajax to re render the table every time the search button is pressed.
foogle for ajax table and there are plenty of examples of this.
Hey,
Well ajax is traditional javascript, but if you just want to filter rows then that is fairly simple and you will find plenty of people who have already implemented this. Removing rows is simple also, but are you expecting to use this to then delete a record from the database?