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 Feb 17, 2026. It is now read-only.
your plugin is amazing out of the box and it's really helpful!
I was wondering if there was a way to restrict the way it filters the table data so that it searching from the beginning of a string instead of everywhere inside the string.
For example I have the two following rows
Brown
Walter
If I type "w" inside the field, no row gets hidden. What I want is to display only the "Walter" row etc.
Hello,
your plugin is amazing out of the box and it's really helpful!
I was wondering if there was a way to restrict the way it filters the table data so that it searching from the beginning of a string instead of everywhere inside the string.
For example I have the two following rows
Brown
Walter
If I type "w" inside the field, no row gets hidden. What I want is to display only the "Walter" row etc.
Any help would be greatly appreciated!
Ilias