Browse Source

Merge pull request #207 from comit-network/stop-table-refresh

upload-correct-windows-binary
Philipp Hoenisch 3 years ago
committed by GitHub
parent
commit
19c19a71eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      frontend/src/components/cfdtables/CfdTable.tsx

3
frontend/src/components/cfdtables/CfdTable.tsx

@ -277,6 +277,9 @@ export function Table({ columns, tableData, hiddenColumns, renderDetails }: Tabl
initialState: {
hiddenColumns,
},
// @ts-ignore: this field exists and it works as expected.
autoResetExpanded: false,
autoResetSortBy: false,
},
useSortBy,
useExpanded,

Loading…
Cancel
Save