mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 11:55:52 +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,
|
||||
showTotal: (total: number, range: number[]): string =>
|
||||
`${range[0]}-${range[1]} of ${total} items`,
|
||||
...tableParams.pagination,
|
||||
};
|
||||
|
||||
return onDragColumn ? (
|
||||
|
Loading…
x
Reference in New Issue
Block a user