diff --git a/types/mui-datatables/index.d.ts b/types/mui-datatables/index.d.ts index 678303c79e..56a7b5334e 100644 --- a/types/mui-datatables/index.d.ts +++ b/types/mui-datatables/index.d.ts @@ -148,6 +148,7 @@ export interface MUIDataTableOptions { downloadOptions?: { filename: string; separator: string }; elevation?: number; expandableRows?: boolean; + expandableRowsOnClick?: boolean; filter?: boolean; filterType?: FilterType; fixedHeader?: boolean;