mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-15 14:30:22 +00:00
Add the viewColumns option to the MUIDataTableColumnOptions (#38292)
This commit is contained in:
Vendored
+1
@@ -124,6 +124,7 @@ export interface MUIDataTableColumnOptions {
|
||||
setCellProps?: (cellValue: string, rowIndex: number, columnIndex: number) => object;
|
||||
sort?: boolean;
|
||||
sortDirection?: 'asc' | 'desc';
|
||||
viewColumns?: boolean;
|
||||
}
|
||||
|
||||
export interface MUIDataTableOptions {
|
||||
|
||||
Reference in New Issue
Block a user