Custom ColumnControl filters

Custom ColumnControl filters

luxuusluxuus Posts: 1Questions: 0Answers: 0

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

  • allanallan Posts: 65,360Questions: 1Answers: 10,844 Site admin

    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

Sign In or Register to comment.