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
Originally, my need was to trigger table.columns.adjust().draw(); every time I press clear filter button of some specific columns, but I figured a more generic approach would be to allow me to execute any function I might need to.
However, if you only can add an option to trigger the above code when I filter and especially after pressing clear filter button - I would be extremely grateful!
The text was updated successfully, but these errors were encountered:
Originally, my need was to trigger
table.columns.adjust().draw();
every time I press clear filter button of some specific columns, but I figured a more generic approach would be to allow me to execute any function I might need to.However, if you only can add an option to trigger the above code when I filter and especially after pressing clear filter button - I would be extremely grateful!
The text was updated successfully, but these errors were encountered: