This topic is locked

Dynamic column permissions per user group

11/17/2014 12:51:18 PM
PHPRunner General questions
S
sawanr author

Hi Everyone,
I know if this is possible: I want to be able to give admin user ability to select columns per user group.
In other words: I want admin user to select which columns to show/hide based on user group.
It would be very handy to have that. Is there any way to achieve this?
Thanks in advance.

H
headingwest 11/17/2014

I like to create a separate view for each user group, instead of showing the table. But this isn't dynamic, you build it.

S
sawanr author 11/17/2014



I like to create a separate view for each user group, instead of showing the table. But this isn't dynamic, you build it.


I do that too. but sometimes there are so many customizations, events added to 1 view, then all needs to be copied to other views.. it becomes challenging on a large project.
I wish there was something column based...