Hi everyone,
I have extracted the members of an Office365 Group by using the following command:
Office365Groups.ListGroupMembers()
As a result, I have a table including the members' 'displayName', 'jobTitle', and 'mail' as the columns of the table. I'm able to pre-filter the data using Filter() command, but I also want the end user to be able to filter these columns on this table by searching for a text within the text. Normally this is done by the 'Filter by' option that shows up at the column options (please see the image below), but I'm not able to select this option. How can I enable this option so that the users can filter by text when they're using the app?
Please also look at the image below for better understanding the problem 🙂

Many thanks!