I have a table (using the datatables framework) that is contained in a column tag. I mean, the contents of these columns are as follows:
<td> <select class="form-control attendance_select" data-id_player="130"> <option value="-1">No</option> <option value="0" selected="">No answer</option> <option value="1">Yes</option> </select> </td>
When I use the yadcf column filter and try to search only the columns with βYesβ as the selected options in this select, this does not work because each row contains βYesβ in the html code.
Can you help me how to install yadcf to solve this problem, if possible?
thanks
source share