Closed cryptrr closed 9 months ago
From the docs.
const tableProps: ITableProps = { columns: [ { dataType: DataType.String, editor: CustomLookupEditor, key: 'passed', title: 'Passed', } ], };
Object literal may only specify known properties, and 'editor' does not exist in type 'Column'.
The example in the docs is not working.
I can do it with cellEditor:{} block inside ChildComponents. But the docs is confusing here.
cellEditor:{}
docs updated, thank you!
From the docs.
Object literal may only specify known properties, and 'editor' does not exist in type 'Column'.
The example in the docs is not working.
I can do it with
cellEditor:{}
block inside ChildComponents. But the docs is confusing here.