I am using Kentico 8.2. Is there a way to filter the data in Custom table for editing with in the back end. Do I need to write my own module that allows me to filter and edit that data?
Thanks David
Hi David!
You do not need to create a custom module. You can use the alternative forms to add the filter.By default, the filter is displayed if there are more than 25 items in the list. This approach is also supported in the Custom table data module. For more details, and also on how to set the "page size limit", please see this documentation on alternative forms filters
Thanks Juraj, that pointed me to the correct path.
One thing to add to this solution: When creating alternative forms for Custom Tables: Make sure that the Code Name has the name filter, this will turn on the filtering.
Please, sign in to be able to submit a new answer.