mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Recalculate table columns data if actions data is changed (#2332)
This commit is contained in:
parent
af0ce7d8bb
commit
f393a4d2e9
1 changed files with 1 additions and 0 deletions
|
|
@ -699,6 +699,7 @@ export function Table({
|
|||
() => [...leftActionsCellData, ...columnData, ...rightActionsCellData],
|
||||
[
|
||||
JSON.stringify(columnData),
|
||||
JSON.stringify(actions),
|
||||
leftActionsCellData.length,
|
||||
rightActionsCellData.length,
|
||||
componentState.changeSet,
|
||||
|
|
|
|||
Loading…
Reference in a new issue