I need to insert a dropdown list
I need to insert a dropdown list
mahmoud.soliman
Posts: 1Questions: 0Answers: 0
Hello all,
I need to insert a drop-down list behind the search text box so I can choose the column name that I will search in ,, Any help plz ??
This discussion has been closed.
Replies
You could just build up your own filter section outside of the table. Loop through the table columns to build up the dropdown, and setup onchange event handlers on the dropdown and text box to call fnFilter on the currently selected column.