- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 05:12 AM
Hi developers,
in my "action bar" component I would like to show the buttons that are inside the three dots,
I saw that in the data resources form controller in the actions there is a property that is set to false for the save button, while for the other two buttons it is set to true "shouldBeInOverflow": true
I don't know if that's the reason, but I don't know how to make those buttons appear as the save button.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 06:41 AM
Actions in workspace are controlled using some tables on the back-end. Each button has a series of records, but you'lll need to find entries for each button in the sys_ux_form_action_layout_item and uncheck the Overflow checkbox for any buttons you want to show directly on the page and not in the overflow menu (three dots). You can also get to that table by going to UX Form Action Layouts in the menu, finding your table/workspace combo and clicking into the records from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
That solved it for me. Thank you!
