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
Payal Lodhi 15Payal Lodhi 15 

Show Listview on Lightning web component same as aura lightning:listView

I need to show listview on the 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 the lightning web component 



 
Raj VakatiRaj Vakati
Yes .. I guess this is the straight way 

Call the LWC in Aura component ... and call this Aura Component in List Views 
Nicola GrisctiNicola Griscti
FOr lightning web components lists with pagination I can recommend checking out this following rep, installing this in your org using DX... and taking a look at what they've built and doing something similar?
https://github.com/trailheadapps/purealoe-lwc
Payal Lodhi 15Payal Lodhi 15
Hi Raj, 
We cannot use aura component inside Lightning web component 
Amol DixitAmol Dixit
Hi Payal,

Here is the solution to show the List view with Pagination and search with Lightning Web Components. Please check.


https://salesforcelightningwebcomponents.blogspot.com/2019/04/pagination-with-search-step-by-step.html