Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf96dd4 commit b8ca69aCopy full SHA for b8ca69a
docs/apps/3_app-runnable-panel.mdx
@@ -408,6 +408,23 @@ Example:
408
recompute('a');
409
```
410
411
+### globalRecompute
412
+
413
+Use the `globalRecompute` function to recompute all components and trigger their runnables.
414
+Note that you should disable the "Run on start and app refresh" toggle for the runnable to avoid circular recomputes.
415
416
+Syntax:
417
418
+```js
419
+globalRecompute()
420
+```
421
422
+Example:
423
424
425
426
427
428
### getAgGrid
429
430
Use the `getAgGrid` function to get the ag-grid instance of a table.
0 commit comments