ActionButtons not working in ActionGroup #2125
-
|
I have the following code: all i want it to do is render as the collapsed button and open to show those options when i click it. But instead my application blows up. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
ActionGroup follows the collections api and thus accepts |
Beta Was this translation helpful? Give feedback.
ActionGroup follows the collections api and thus accepts
Items or a function that returnsItem. The ActionGroup component itself then handles rendering the ActionButtons internally.