fix: improve agGrid persistence when result change + setSelectedIndex

This commit is contained in:
Ruben Fiszel
2023-06-14 10:03:17 +02:00
parent 940afdee6f
commit 3487c2cdfd
7 changed files with 91 additions and 12 deletions
@@ -238,6 +238,7 @@ state.foo += 1
// you can also navigate (goto), recompute a script (recompute), or set a tab (setTab)
// Inputs and display components support settings their value directly (setValue)
// Tables support setting their selected index (setSelectedIndex)
return state.foo`,
language: 'frontend',