We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c55bd commit 6f7ec33Copy full SHA for 6f7ec33
packages/eds-data-grid-react/src/EdsDataGrid.tsx
@@ -555,7 +555,10 @@ function EdsDataGridInner<T>(
555
{externalPaginator
556
? externalPaginator
557
: enablePagination && (
558
- <div style={{ maxWidth: `${table.getTotalSize()}px` }}>
+ <div
559
+ className="table-pagination"
560
+ style={{ maxWidth: `${table.getTotalSize()}px` }}
561
+ >
562
<Pagination
563
totalItems={table.getFilteredRowModel().rows.length}
564
withItemIndicator={true}
0 commit comments