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 04f4a10 commit 726adc7Copy full SHA for 726adc7
types/index.d.ts
@@ -471,6 +471,10 @@ declare module 'react-base-table' {
471
rowEventHandlers?: {
472
[key: string]: (args: { rowData: T; rowIndex: number; rowKey: RowKey; event: React.SyntheticEvent }) => object;
473
};
474
+ /**
475
+ * whether to ignore function properties while comparing column definition
476
+ */
477
+ ignoreFunctionInColumnCompare?: boolean;
478
/**
479
* A object for the custom components, like `ExpandIcon` and `SortIndicator`
480
*/
0 commit comments