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 b99e625 commit ddbc2ddCopy full SHA for ddbc2dd
frontend/src/components/common/NewTable/Table.tsx
@@ -198,6 +198,7 @@ function Table<TData>({
198
sorting: getSortingFromSearchParams(searchParams),
199
pagination: getPaginationFromSearchParams(searchParams),
200
columnFilters: filterPersister?.getPrevState() ?? [],
201
+ rowSelection,
202
},
203
getRowId: (originalRow, index) => {
204
if (setRowId) {
0 commit comments