function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ben Merton 38Ben Merton 38 

Is there a filterable, sortable object component for Lightning? If not, are there any easy ways to get this started?

I am trying to find a component that allows me to press a button that opens a separate screen with a list view of another object, which can be filtered, and sorted.  This appears to be possible in the Communities Lightning app builder, but I am strugging to find it in the regular app builder.  Any thoughts / ideas on how to get this working?
krisstannumkrisstannum
Not sure about what needs to be done but the ff links shows how to navigate to the Home or List view of an object.

https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_force_navigateToList.htm
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_force_navigateToObjectHome.htm