mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 09:45:55 +08:00
fix: update only showTotal property by spreading pagination object (#4467)
* fix: update only showTotal property by spreading pagination object
This commit is contained in:
parent
78c9330666
commit
5c60a862e5
@ -77,6 +77,7 @@ function ResizeTable({
|
|||||||
hideOnSinglePage: true,
|
hideOnSinglePage: true,
|
||||||
showTotal: (total: number, range: number[]): string =>
|
showTotal: (total: number, range: number[]): string =>
|
||||||
`${range[0]}-${range[1]} of ${total} items`,
|
`${range[0]}-${range[1]} of ${total} items`,
|
||||||
|
...tableParams.pagination,
|
||||||
};
|
};
|
||||||
|
|
||||||
return onDragColumn ? (
|
return onDragColumn ? (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user