Custom ColumnControl filters
Custom ColumnControl filters
The current ColumnControl filters for text include contains, notContains, equal, notEqual, start, ends, empty, and notEmpty.
I have a specific case where I need notStarts and notEnds. From what I've seen, there are no options in the documentation or source code.
Would it be a good idea to add an option to add custom filters or add these filters to the default options?
I am willing to contribute if necessary.
Replies
At the moment there isn't the ability to expand the search conditions via a plugin I'm afraid. They could be added in this file and then do a custom build if you need them though.
Having a plugin ability is a good idea and I can look into that.
Allan