You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I absolutely love the tablesorter but I have a question/request.
I'm using external buttons to preload tablesorter data using data-filter-column and data-filter-text=.
I wonder if it's possible to either always load all rows which are empty on data-filter-column="0" or load a data-set in data-filter-column="0" that is maybe called 'all'?
Hi,
I absolutely love the tablesorter but I have a question/request.
I'm using external buttons to preload tablesorter data using data-filter-column and data-filter-text=.
I wonder if it's possible to either always load all rows which are empty on data-filter-column="0" or load a data-set in data-filter-column="0" that is maybe called 'all'?
This is my script:
`$('button[data-filter-column]').click(function() {
var filters = [],
});`
The text was updated successfully, but these errors were encountered: