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 dec6917 commit 4f65c17Copy full SHA for 4f65c17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@netdata/netdata-ui",
3
- "version": "4.5.5",
+ "version": "4.5.6",
4
"description": "netdata UI kit",
5
"main": "dist/index.js",
6
"module": "dist/es6/index.js",
src/components/table/table.js
@@ -221,7 +221,7 @@ const Table = memo(
221
...table.getState(),
222
rowsById: table.getRowModel().rowsById,
223
table,
224
- selectedRows: table.getSelectedRowModel().rows,
+ selectedRows: table.getSelectedRowModel().flatRows,
225
})
226
}, [table.getState()])
227
0 commit comments