Column Filtering (with dropdowns)
-
Great plugin.
Trying to manually trigger the dropdown filter.
Actually, I am just having trouble determining the proper way to select the element in jQuery.How do I specify the selection in jQuery for the following select element so I can trigger it?
// Structure for tablepress filter columns
<tfoot>
<tr>
<th>
<select>
<option value=””></option>
<option value=””></option>
<option value=””></option>
<option value=””></option>
</select>
</th>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Column Filtering (with dropdowns)’ is closed to new replies.