How to create bucket list in UI builder ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 10:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 01:37 PM
If there is no available component that meets your needs you can always build a custom component. You also might be able to combine multiple components to get a similar result.
For example, you could create two lists and have two buttons in between then you would just need to figure out how to move the data from one list to the other. This would probably require a few events, data resources, and client scripts.
It is possible you might need to try a few ways to figure out the best way to achieve what you are wanting to accomplish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2022 02:33 AM
Thanks Jordan for your reply. I was able to achieve this using Typehead- multi component and then creating the data resource to fetch the table values & client script to use that data resource to populate the values.