DataTables icon indicating copy to clipboard operation
DataTables copied to clipboard

Added a REGEXP selector

Open tomerigal opened this issue 10 years ago • 5 comments

change the LIKE selector to REGEXP only if the regex param is equals to true.

tomerigal avatar Jan 24 '15 13:01 tomerigal

Regex Filter for Serverside Processing and individual columns.

kvvaradha avatar Jan 26 '15 05:01 kvvaradha

Thanks for the PR. I've never included regex support in the demo script for performance reasons - regex is always going to be slower, however one could argue that it is up to the developer to make that decision themselves...

Are you happy for this to be released under the MIT license?

DataTables avatar Jan 26 '15 12:01 DataTables

Yes it's ok to be released under the MIT license.

tomerigal avatar Jan 26 '15 13:01 tomerigal

Quick update - I'm not going to pull this in for the 1.10.5 release, but rather leave it open for me to consider further and for anyone else interested to +1 it. The standard SSP class is something I very much consider to be a demo and not a "full" piece of software. I want people to modify it to suit their own needs rather than just using it as it is!

DataTables avatar Feb 10 '15 09:02 DataTables

+1

code-80 avatar Jun 07 '21 13:06 code-80