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 74f8309 commit 50bcebdCopy full SHA for 50bcebd
packages/main/src/interfaces/AnalyticalTableColumnDefinition.ts
@@ -6,7 +6,7 @@ export interface AnalyticalTableColumnDefinition {
6
// base properties
7
/**
8
* This `string`/`function` is used to build the data model for your column. <br />
9
- * __Note__: You can also specify deeply nested values with accessors like `info.hobby` or even `address[0].street
+ * __Note__: You can also specify deeply nested values with accessors like `info.hobby` or even `address[0].street`
10
*/
11
accessor: string | ((row: any, rowIndex: number) => any);
12
0 commit comments