chestercharles/excel-bootstrap-table-filter

columnSelector: '.apply-filter',

Opened this issue · 1 comments

could you give an example of proper use, when I put in $(function () { $('#table1').excelTableFilter({ columnSelector:'myfilter',}); }); and <th class="myfilter" doesn't show dropdown.

Thanks
Mark

You seem to be missing a dot in your selector.

Try this: columnSelector:'.myfilter'