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
Nikhil Garg 17Nikhil Garg 17 

How to redirect aura component page to List page of the object

PriyaPriya (Salesforce Developers) 
Hey Nikhil,

Please try using 'force:navigateToList' redirect to the Listview by specifying listviewId.
See the example below :- 
https://developer.salesforce.com/forums/?id=9062I000000IYy4QAG

https://developer.salesforce.com/docs/component-library/bundle/force:navigateToList/documentation

Thanks!