Hi Experts!
In my project, I am using a List Report with multiple tables as shown in the docs here. My question is how to set different visible columns for the tables. Currently, I am annotating the visible columns by
annotate service.Products with @(
UI: {
LineItem: [
{
$Type: 'UI.DataField',
Value: SomeValue
}
]
}
)
which affects all three tables. In the docs above it says that you can reference different UI.LineItem annotations for different tabs, but I am unable to find an example of how to do this. Any help would be much appreciated!
Best regards,
Jibbril