Show number of records instead of pages in the table widget (#1734)
This commit is contained in:
parent
2538444e20
commit
de435ed009
|
|
@ -173,7 +173,7 @@ const TableHeader = (props: TableHeaderProps) => {
|
|||
{!props.serverSidePaginationEnabled && (
|
||||
<PaginationWrapper>
|
||||
<RowWrapper className="show-page-items">
|
||||
Showing {props.currentPageIndex + 1}-{props.pageCount} items
|
||||
Showing {props.currentPageIndex + 1}-{props.tableData?.length} items
|
||||
</RowWrapper>
|
||||
<PaginationItemWrapper
|
||||
className="t--table-widget-prev-page"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user