I’ve been working with a table in Appfarm and have come across a situation where I need to retrieve the number of elements displayed after applying a filter. I’ve attached an image of the table for reference.
Is there a way to get the count of the filtered items directly from the table? Any advice or guidance on how to achieve this would be appreciated.
There is currently no way to retrieve the number of objects in a table, from the table component.
One workaround is to manually create the UI for filtering and then apply client filters to the datasource that is being displayed in the table. You could then use the Object Count on the datasource to retrieve the number of objects, after filtering. This does required more setup however.
I have registered a challenge on this functionality