0

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

intruder
  • 417
  • 1
  • 3
  • 18
  • 1
    Have you tried using a picklist from PrimeNG? It might be a suitable solution for your needs. https://primeng.org/picklist – Mouayad_Al Aug 06 '23 at 07:03
  • @Mouayad_Al thanks for the suggestion! It's not displaying anything on the UI though. No errors strangely. Used this example - https://stackblitz.com/edit/primeng-picklist-demo?file=src%2Fapp%2Fproductservice.ts – intruder Aug 07 '23 at 04:01

0 Answers0