How to use a section as a table column header
Hi,
I have a table that is used by three different roles. Based on this, I was asked to change the column header according to the current user's role:
For example, for role "A" I would like to display Vendor (as seen in the picture above), but if the user's role is "B" I would like to display Customer, and so on...
I thought in creating a section with just labels inside, which will conditionally display based on the user's role and include it in the column header. However, as you can see in the picture above I lost the filtering for that column :/
Is this a limitation when using a section as a column header?
Thanks for any thoughts on this,
-Jose
P.S. the other solution might be duplicating the table 2 or 3 times, and just change the column label on each one, but this would imply a lot of repetition.