Skip to content

Commit 726adc7

Browse files
committed
update
1 parent 04f4a10 commit 726adc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

types/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,10 @@ declare module 'react-base-table' {
471471
rowEventHandlers?: {
472472
[key: string]: (args: { rowData: T; rowIndex: number; rowKey: RowKey; event: React.SyntheticEvent }) => object;
473473
};
474+
/**
475+
* whether to ignore function properties while comparing column definition
476+
*/
477+
ignoreFunctionInColumnCompare?: boolean;
474478
/**
475479
* A object for the custom components, like `ExpandIcon` and `SortIndicator`
476480
*/

0 commit comments

Comments
 (0)