How to Display Specific control value containing rows in jquery datatable?

How to Display Specific control value containing rows in jquery datatable?

shubhadeepchatshubhadeepchat Posts: 1Questions: 1Answers: 0

In my page I have a jquery datatable containing a select dropdown for order status column in each row. That order status dropdown are populating from database. Now I want to create a customized filter on that order status column. I have a dropdown called ddlSortOrderStatus which contains all the order status in top of the page. When user will select a particular status then those rows will display which order status dropdown contain selected status. How can I do that? Please help me. How can i find dropdown selected value of each row of the datatable and only display those records?

This discussion has been closed.