Hi DOJO,
In an LCA, I have a table, and I would like all users to see this table with the same sorting and grouping configuration. Ideally, users should not be able to change these settings.
Is it possible to enforce specific sorting and grouping settings for all users viewing the table?
Hi Catarina,
There is no way to disable the sorting and grouping functionality of the table component. A user will always be able to sort, group & filter the table further to get a personalized view. Note that there is always an 'Eye' indicator whenever the table is not in the default state.
You can only make sure that the initial view is the same for all users by sorting the data in the query itself and grouping the table by adding the query columns as group data.
Hi Wout, I thought this was the case.
Thank you for the confirmation!