Skip to content

Commit c278760

Browse files
committed
v5.2.1
1 parent fc0906d commit c278760

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/netdata-ui",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",

src/components/table/table.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const Table = memo(props => {
104104
autoResetExpanded = false,
105105

106106
enableSorting,
107+
manualSorting = false,
107108
sortBy,
108109
onSortingChange: sortingChangeCb = tableDefaultProps.onSortingChange,
109110

@@ -202,6 +203,7 @@ const Table = memo(props => {
202203
onRowSelectionChange,
203204
onGlobalFilterChange: enableCustomSearch ? undefined : onGlobalFilterChange,
204205
onSortingChange,
206+
manualSorting,
205207
enableMultiSorting: true,
206208
isMultiSortEvent: e => e.ctrlKey || e.shiftKey || e.metaKey,
207209
getSortedRowModel: getSortedRowModel(),

0 commit comments

Comments
 (0)