Search in table that contains input tags

Search in table that contains input tags

darkarraydarkarray Posts: 1Questions: 1Answers: 0

My table looks like https://datatables.net/examples/plug-ins/dom_sort.html and the sorting is working.
I also have per column search fields like https://datatables.net/examples/api/multi_filter.html but it doesn't work correctly since DataTables handles all the content in a cell as a string instead of just the value of an input field or select field.
So how could I for example make DataTables search for the selected option in a select tag?

This discussion has been closed.