Mass / Global Action button configuration v2

Trying to turn Mass action to a group/select. I have tried configuring the table in Design System and tried to follow instructions here: https://docs.skuid.com/latest/v2/en/skuid/action-framework/#mass-actions but nothing happens. It doesn't respect the table design nor can the Mass Actions properties pane be accessed from the table.
What am I missing? Thanks.
<skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true">
<models>
<model id="NewModel" limit="20" query="true" createrowifnonefound="true" datasource="Ui-Only">
<fields>
<field id="NewField" displaytype="TEXT" length="255"/>
<field id="NewField1" displaytype="TEXT" length="255"/>
</fields>
<conditions/>
<actions/>
</model>
</models>
<components>
<skuid__table allowColumnFreezing="dragDrop" model="NewModel" uniqueid="sk-3oKn-3068" mode="read" pageSize="10">
<fields>
<field id="NewField" uniqueid="fi-3oKs-4216"/>
<field id="NewField1" uniqueid="fi-3oKs-4217"/>
</fields>
<filtering enableSearch="false"/>
<rowActions/>
<massActions>
<action type="multi" label="First">
<actions>
<action type="showToast" duration="4" styleSettingsVariant="default" message="Help"/>
</actions>
</action>
<action type="multi" label="Second">
<actions>
<action type="showToast" duration="4" styleSettingsVariant="default" message="Where's waldo?"/>
</actions>
</action>
</massActions>
<actions>
<action type="multi" label="Run actions"/>
<action type="multi" label="Run actions"/>
</actions>
<styles>
<spacing/>
</styles>
</skuid__table>
</components>
<resources>
<labels/>
<javascript/>
<css/>
<actionsequences/>
</resources>
<styles>
<styleitem type="background" bgtype="none"/>
</styles>
</skuid__page>
What am I missing? Thanks.
<skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true">
<models>
<model id="NewModel" limit="20" query="true" createrowifnonefound="true" datasource="Ui-Only">
<fields>
<field id="NewField" displaytype="TEXT" length="255"/>
<field id="NewField1" displaytype="TEXT" length="255"/>
</fields>
<conditions/>
<actions/>
</model>
</models>
<components>
<skuid__table allowColumnFreezing="dragDrop" model="NewModel" uniqueid="sk-3oKn-3068" mode="read" pageSize="10">
<fields>
<field id="NewField" uniqueid="fi-3oKs-4216"/>
<field id="NewField1" uniqueid="fi-3oKs-4217"/>
</fields>
<filtering enableSearch="false"/>
<rowActions/>
<massActions>
<action type="multi" label="First">
<actions>
<action type="showToast" duration="4" styleSettingsVariant="default" message="Help"/>
</actions>
</action>
<action type="multi" label="Second">
<actions>
<action type="showToast" duration="4" styleSettingsVariant="default" message="Where's waldo?"/>
</actions>
</action>
</massActions>
<actions>
<action type="multi" label="Run actions"/>
<action type="multi" label="Run actions"/>
</actions>
<styles>
<spacing/>
</styles>
</skuid__table>
</components>
<resources>
<labels/>
<javascript/>
<css/>
<actionsequences/>
</resources>
<styles>
<styleitem type="background" bgtype="none"/>
</styles>
</skuid__page>
Tagged:
1
Best Answer
-
Jackson Alexander Sr. Director, Product Experience Chattanooga, TN ✭✭✭
Hey Arne,
Currently Mass Actions in V2 automatically group into a combo button w/ dropdown menu when you have 3 or more actions. With the next major Skuid release (scheduled for GA in late August), you will have the ability to configure the mass actions to use a button group variant from your design system.
6
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
Thanks Jackson! I found that out by accident.