-
Show Listview on Lightning Web Component same as Aura lightning:listView in Salesforce.
I need to show listview on lightning web component same as used in the aura component.
I am able to fetch records of listview object but there is to the component to show that information in Lightning web component.
I found data-table to show this but pagination will be a problem with this.
Is there any component from which we can show listview with pagination in lightning web component
Log In to reply.