datatable icon indicating copy to clipboard operation
datatable copied to clipboard

feat: string exact match filter

Open nameduser0 opened this issue 4 years ago • 0 comments

Currently you can only filter match using contains

It would be useful if equals = did an exact match instead:

  • wibble matches by contains 'wibble'
  • =wibble matches by exact match 'wibble'

This would be useful to distinguish data like the following which is currently not possible:

  • VAT on Sales
  • Sales

nameduser0 avatar Apr 12 '21 10:04 nameduser0