Skip to content

Commit 8e39a7c

Browse files
committed
update description
1 parent 1842346 commit 8e39a7c

File tree

1 file changed

+1
-1
lines changed
  • packages/main/src/components/AnalyticalTable

1 file changed

+1
-1
lines changed

packages/main/src/components/AnalyticalTable/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export interface TableProps extends CommonProps {
106106
tableHooks?: PluginHook<any>[];
107107
subRowsKey?: string;
108108
/**
109-
* The key must consist of a valid rowId like `{ 2: true }` or `{ ['0.2.0']: true }` for nested rows.
109+
* The key must consist of a valid `rowId` like `{ 2: true }` or `{ ['0.2.0']: true }` for nested rows.
110110
*/
111111
selectedRowIds?: { [key: string]: boolean };
112112
isTreeTable?: boolean;

0 commit comments

Comments
 (0)