jquery - TableSorter: hideFilters doesn't work with StickyHeader -
With the jQuery table sorter script, it seems that there is a problem with the stickyhead when used with hidden filters . In fact, the line of the page does not open on mouseover, when the header is frozen at the top of the page. See the problem here:
widgets: ['zebra', 'filter', 'sticky header'], widget option: {filter_columnFilters: true, filter_hideFilters: true, Filter_searchDelay: 300
How can I solve it?
Comments
Post a Comment