Files
backstage/.changeset/spicy-teeth-study.md
T
Johan Persson fe7c751344 fix(ui): prioritize providedRowCount in useTable hook
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>
2025-11-19 15:37:46 +01:00

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.