fe7c751344
Changed the row count calculation in the useTable hook to prioritize the providedRowCount prop over data.length. This ensures accurate row count values in server-side pagination scenarios where the total number of rows differs from the current page's data length. Signed-off-by: Johan Persson <johanopersson@gmail.com>
164 B
164 B
@backstage/ui
| @backstage/ui |
|---|
| patch |
Fixed useTable hook to prioritize providedRowCount over data length for accurate row count in server-side pagination scenarios.