fix: allow partial filter button props in DataTable
parent
462a029226
commit
9e04b21951
|
@ -1219,7 +1219,7 @@ export interface DataTableProps<T = any> {
|
|||
}
|
||||
}
|
||||
*/
|
||||
filterButtonProps?: DataTableFilterButtonPropsOptions | undefined;
|
||||
filterButtonProps?: Partial<DataTableFilterButtonPropsOptions> | undefined;
|
||||
/**
|
||||
* Used to pass all edit button property object
|
||||
* @defaultValue {
|
||||
|
|
Loading…
Reference in New Issue