Using ColumnFIlterWidgets with options
Using ColumnFIlterWidgets with options
Hi guys.
Is there way to use ColumnFIlterWidgets plugin when some of your columns in the table contain dropdown options instead of text?
Because when you use this plugin dropdown filter contains not selected option but all options
Example of table is here
<tbody>
<tr>
<td><input type="checkbox" class="chkBox"></td>
<td>Tiger Nixon</td>
<td>System Architect</td>
<td>Edinburgh</td>
<td>61</td>
<td>2011/04/25</td>
<td>$320,800</td>
<td>
<select>
<option selected value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
</td>