fix: allow partial filter button props in DataTable

pull/7247/head
Flo Edelmann 2025-02-12 18:46:53 +01:00 committed by GitHub
parent 462a029226
commit 9e04b21951
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1219,7 +1219,7 @@ export interface DataTableProps<T = any> {
} }
} }
*/ */
filterButtonProps?: DataTableFilterButtonPropsOptions | undefined; filterButtonProps?: Partial<DataTableFilterButtonPropsOptions> | undefined;
/** /**
* Used to pass all edit button property object * Used to pass all edit button property object
* @defaultValue { * @defaultValue {