Update TableHeader.tsx
This commit is contained in:
parent
1bdefc0094
commit
25e9516315
|
|
@ -173,7 +173,7 @@ const TableHeader = (props: TableHeaderProps) => {
|
|||
{!props.serverSidePaginationEnabled && (
|
||||
<PaginationWrapper>
|
||||
<RowWrapper className="show-page-items">
|
||||
{props.tableData?.length} records
|
||||
{props.tableData?.length} Records
|
||||
</RowWrapper>
|
||||
<PaginationItemWrapper
|
||||
className="t--table-widget-prev-page"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user