I was wondering if there was a way to have multiple views for a single table component, these different fields would just shows different fields from the model.
I am thinking something similar to the list views currently in Salesforce.
To help illustrate what I am thinking:
Model for Object A has fields [Name], [Field1], [Field2], [Field3], [Field4], [Field5], [Field6]
List View 1
[Name1], [Field1], [Field2], [Field3]
[Name2], [Field1], [Field2], [Field3]
[Name3], [Field1], [Field2], [Field3]
[Name4], [Field1], [Field2], [Field3]
List View 2
[Name1], [Field4], [Field5], [Field6]
[Name2], [Field4], [Field5], [Field6]
[Name3], [Field4], [Field5], [Field6]
[Name4], [Field4], [Field5], [Field6]
I thought this would be possible by just adding a second Standard List View, but it does not seem to be working from me, and I am not seeing much in the tutorials that does not require JavaScript.
Any help is greatly appreciated. Thanks!
Question
Multiple Standard List Views for a Single Table Component
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.