How to create bucket list in UI builder ?

krishna191
Giga Contributor

i have a requirement to create slush bucket or list collector in ui builder page. something like below in UI Builder Page

 

find_real_file.png

2 REPLIES 2

Jordan McCann
Tera Contributor

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. 

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.