We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfe3af commit c3d1e4bCopy full SHA for c3d1e4b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@netdata/netdata-ui",
3
- "version": "4.5.1",
+ "version": "4.5.2",
4
"description": "netdata UI kit",
5
"main": "dist/index.js",
6
"module": "dist/es6/index.js",
src/components/table/table.js
@@ -204,7 +204,7 @@ const Table = memo(
204
...table.getState(),
205
rowsById: table.getRowModel().rowsById,
206
table,
207
- selectedRows: table.getSelectedRowModel().rows,
+ selectedRows: table.getSelectedRowModel().flatRows,
208
})
209
}, [table.getState()])
210
0 commit comments