Hi,
Do we have something in Oracle Jet in which we show 2 lists. Select items from first list and move them to second list.
Available Items
| | Selected Items
|
---|
Java C++ Perl Python | > >> < << | C NodeJs |
So we select (or select all) item from list 1 and move it to 2nd list. Also we can select from 2nd list and move it back to 1st list.
How can we achieve similar functionality in Oracle Jet
Thanks