From 9a962ba5ec2a2f0865dd38ca69d2c3e6482285cb Mon Sep 17 00:00:00 2001 From: Stefanos Hadjipetrou Date: Mon, 5 Aug 2019 23:45:17 +0300 Subject: [PATCH] expandableRowsOnClick on MUIDataTableOptions of mui-datatables (#37371) --- types/mui-datatables/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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;