1

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?

1 Answers1

0

Why not just set to rows={100000000} some gigantic number?

Melloware
  • 10,435
  • 2
  • 32
  • 62