mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-15 04:58:32 +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', []],
|
||||
['selectedRowId', null],
|
||||
]);
|
||||
}, [tableData.length, tableDetails.changeSet]);
|
||||
}, [tableData.length, tableDetails.changeSet, page]);
|
||||
|
||||
useEffect(() => {
|
||||
const newColumnSizes = { ...columnSizes, ...state.columnResizing.columnWidths };
|
||||
|
|
|
|||
Loading…
Reference in a new issue