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
{{ message }}
This repository was archived by the owner on May 21, 2026. It is now read-only.
A simple enhancement would be nice.
Adding a location to append it.
[...]
vardefaults={// start off with some default settingsautofocus: false,// make the filter input field autofocused (not recommended for accessibility)callback: null,// callback function: function(term, table){}containerClass: 'filter-table',// class to apply to the containercontainerLocation : null,// element to append the container
[...]
if(settings.containerLocation){settings.containerLocation.append(container);/* Append to element */}else{t.before(container);/* Append before table (default) */}
Thanks for the plugin.
A simple enhancement would be nice.
Adding a location to append it.
[...]
[...]
Regards,
Jonathan Fleury