iSEE icon indicating copy to clipboard operation
iSEE copied to clipboard

Switch to case insensitive search in DataTables?

Open LTLA opened this issue 4 years ago • 1 comments

Save users the trouble of matching the case, e.g., for human vs mouse or whatever. This should be orthogonal to the regex. Shouldn't break too many existing applications - anyone restoring sessions with an old string may suddenly get a few more hits if they were relying on case, but most of these situations can be remedied by slapping a ^Xxxx to match the start of the string.

filterDTColumn will have to be updated to set ignore.case=TRUE in any grepl() statements.

LTLA avatar Mar 30 '21 01:03 LTLA

Consider adding a checkbox to toggle on/off

kevinrue avatar Sep 02 '24 11:09 kevinrue