Greetings Knacksters!
I’ve just added two cool new features to the KTL: GitHub - cortexrd/Knack-Toolkit-Library: Knack Toolkit Library
The documentation has just been updated also.
Hiding columns from a table
You can now hide columns from any table by adding _HIDDEN to its header’s text.
If you add _REMOVE, it will also delete it from the DOM for added security.
This gives you more control over the data being displayed, while maintaining the full search capability on those hidden fields.
Prevent filtering on specific fields in a table
Using the Builder’s Description text of a table, you can now inhibit filtering on the fields of your choice.
At the end of your text, add NO_FILTER= followed by the list of fields separated by commas.
Ex: This is my description text NO_FILTER=field_101, field_124, field_281
I’d love to read your feedback about this and any other KTL features.
Hope you like it,
Normand Defayette
Cortex R&D Inc.