mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fixes: exposes the latest currentData in the table (#4364)
This commit is contained in:
parent
c1adcc9e2c
commit
bdbd98bcd2
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ export function Table({
|
||||||
['selectedRow', []],
|
['selectedRow', []],
|
||||||
['selectedRowId', null],
|
['selectedRowId', null],
|
||||||
]);
|
]);
|
||||||
}, [tableData.length, tableDetails.changeSet]);
|
}, [tableData.length, tableDetails.changeSet, page]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const newColumnSizes = { ...columnSizes, ...state.columnResizing.columnWidths };
|
const newColumnSizes = { ...columnSizes, ...state.columnResizing.columnWidths };
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue