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 1842346 commit 8e39a7cCopy full SHA for 8e39a7c
packages/main/src/components/AnalyticalTable/index.tsx
@@ -106,7 +106,7 @@ export interface TableProps extends CommonProps {
106
tableHooks?: PluginHook<any>[];
107
subRowsKey?: string;
108
/**
109
- * The key must consist of a valid rowId like `{ 2: true }` or `{ ['0.2.0']: true }` for nested rows.
+ * The key must consist of a valid `rowId` like `{ 2: true }` or `{ ['0.2.0']: true }` for nested rows.
110
*/
111
selectedRowIds?: { [key: string]: boolean };
112
isTreeTable?: boolean;
0 commit comments