Is there any component in Angular to implement something similar to this - Moveable multiple Items in R Shiny boxes - something similar to attached screenshot
I'm trying to move content(rows) from left table to right where left one has a list of several items with checkboxes. Upon selecting items from left table, there should be an option to move the selected rows to right table. Any leads?
I've used <p-table>
- <p-tableCheckbox>
[(selection)]
to get single/multiple selected values from left table. But not sure how to bind them to the buttons -
>
- Move 1 selected row from left to right
>>
- Move more than 1 selected rows from left to right
<
- Move 1 selected row from right to left
<<
- Move more than 1 selected rows from right to left