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 78ba953 commit 00da3d4Copy full SHA for 00da3d4
packages/main/src/components/AnalyticalTable/types/index.ts
@@ -329,7 +329,7 @@ export interface AnalyticalTableColumnDefinition {
329
* __Note__: You can also specify deeply nested values with accessors like `info.hobby` or even `address[0].street`
330
* __Note__: If no `accessor` is set, or the `accessor` is a function, the `id` property has to be set.
331
*/
332
- accessor?: string | ((row: RowType, rowIndex: number) => any);
+ accessor?: string | ((row: Record<string, any>, rowIndex: number) => any);
333
/**
334
* Defines the unique ID for the column. It is used by reference in things like sorting, grouping, filtering etc.
335
*
0 commit comments