File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments