@samitouri / QOSami-HFS / commits / 824ec294

admin: scroll data tables without scrolling the rest of the page

Massimo Melina committed Nov 11, 2023 at 16:31 UTC 824ec294fdc3109f4211cb02d06938b45d451a8f
1 file changed +1
admin/src/DataTable.ts
+1
@@ -88,6 +88,7 @@ export function DataTable({ columns, initialState={}, actions, actionsProps, ini
88 }) ),
89 h(DataGrid, {
90 initialState,
91 + style: { height: 0, flex: 'auto' }, // limit table to available screen space
92 columns: manipulatedColumns,
93 apiRef,
94 slots: {