ohtaman / streamlit-sortables

An Streamlit component to provide sortable items.
Other
88 stars 9 forks source link

Drop from list 1 to list 2, append to list 2 but not pop from list 1 #16

Open neldivad opened 4 months ago

neldivad commented 4 months ago

Suppose I have ['A', 'B', 'C']. I want to make ['B', 'B', 'C', 'C', 'A'].

Is there a way to do it?

ohtaman commented 4 days ago

That cannot be done with streamlit-sortables. You might consider using another component or a different method to duplicate the items.