Reputation: 21
Actually I am trying to show all rows in my PrimeReact Datatable components, however I cannot find how to show all rows.
<Table
value={_data}
sortMode="multiple"
responsiveLayout="scroll"
paginator
rows={'All'}
/>
When I hit rows to all, it doesn't show all rows. How to solve this issue?
Upvotes: 1
Views: 468