Browse Source
Merge pull request #207 from comit-network/stop-table-refresh
upload-correct-windows-binary
Philipp Hoenisch
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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, |
|
|
|