I need to insert a dropdown list

I need to insert a dropdown list

mahmoud.solimanmahmoud.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 ??

Replies

  • john_ljohn_l Posts: 45Questions: 0Answers: 12

    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.

This discussion has been closed.