- Can we restrict the columns to be visible in the Grid widget using Presets=<variable string> or functions?
For example, there is a card A with attributes a1,a2,a3,a4. A group is created called test with read only access to a1 and a2. Currently grid widget is displaying the columns based on access to group level and displaying a1 and a2 in read only mode and a3 and a4 in editable mode to test user group (And hiding the column if there is no access). Will I be able to restrict the visibility of a1 and a2 to test user with <variable string> or functions? I tried doing so but not working.
2) Hope widgets adhere to rows (set using a function at db) and column level restriction set to the user group?
Assume there are 100 card A's. As per the access restrictions we are filtering with a1 attribute of card A for test user group. Hope the widgets will also display only those rows visible to user group based on a1.
Thanks for addressing the query in advance.