You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/components/results_grid.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@ title: ResultsGrid
21
21
22
22
An optional string to define a specific overridable id.
23
23
24
+
***onResultsRendered**`func`*optional*
25
+
26
+
An optional function to define set of actions to be performed after the component is rendered. For example: render MathJax to display mathematical equations.
Copy file name to clipboardExpand all lines: docs/docs/components/results_list.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ title: ResultsList
17
17
18
18
An optional string to define a specific overridable id.
19
19
20
+
***onResultsRendered**`func`*optional*
21
+
22
+
An optional function to define set of actions to be performed after the component is rendered. For example: render MathJax to display mathematical equations.
Copy file name to clipboardExpand all lines: docs/docs/components/results_multi_layout.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ By default it renders results as a list.
20
20
21
21
An optional string to define a specific overridable id.
22
22
23
+
***onResultsRendered**`func`*optional*
24
+
25
+
An optional function to define set of actions to be performed after the component is rendered. For example: render MathJax to display mathematical equations.
0 commit comments