Skip to content
Discussion options

You must be logged in to vote

that won't work you can only use 1 operator at a time in a local input filter. You're trying to use 2 operators, the Between (..) and the Starts With (xyz*). Slickgrid-React uses regex to extract the operator, and can only extract 1 operator at a time.. and on top of that the filter you've tried is also invalid because si..controller means anything Between "si" and "controller" and that's invalid, it could work with "controller..si" because it uses the ASCII table and "si" is higher than "controller" and so nothing will be returned... but I think what you meant to filter was something like (Starts With "si") and (Ends With "controller") and the only way to get this working is to duplicate…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@0infinitive0
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by 0infinitive0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants