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
When visiting a page with a table sorter instance (without any hash already defined in the url, a link for example), the active state won't be applied the filter-select (the select itself). The table filter is still set.
It should work when reloading the page.
This was fixed in 4.1, but caused another bug (See #688 and commit 5b77d54).
Basically, when adding the select option from the API (here), it also need to apply the active state. Previous option was to refresh the filters, but that caused issue #688.
When reloading the page, it shouldn't be an issue since sort2hash apply a timeout (To it apply the filter after the select is created).
The text was updated successfully, but these errors were encountered:
When visiting a page with a table sorter instance (without any hash already defined in the url, a link for example), the active state won't be applied the
filter-select
(the select itself). The table filter is still set.It should work when reloading the page.
This was fixed in 4.1, but caused another bug (See #688 and commit 5b77d54).
Basically, when adding the select option from the API (here), it also need to apply the active state. Previous option was to refresh the filters, but that caused issue #688.
When reloading the page, it shouldn't be an issue since sort2hash apply a timeout (To it apply the filter after the select is created).
The text was updated successfully, but these errors were encountered: