column wise searching in datatable with content of input type and dropdown
column wise searching in datatable with content of input type and dropdown
![vasusharma026](https://secure.gravatar.com/avatar/8301f42eff8abcf35ab0ddb38f54d761/?default=https%3A%2F%2Fvanillicon.com%2F8301f42eff8abcf35ab0ddb38f54d761_200.png&rating=g&size=120)
I am searching column-wise data table which cells have dropdown and input type values when I am searching the filter gives no data.
This discussion has been closed.
Answers
We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
my test doc
I am confused about how I solved it
<a class="jsbin-embed" href="http://live.datatables.net/mijuwudo/6/embed?html,js,output">DataTables - JS Bin</a></script>
the problem is in search by column by dropdown in footer
Thanks for the test case, that helps understand the issue. This example should get you going - it's not a dropdown but it shows how to filter on input elements within the table,
Colin
Thanks Colin. This will help