tags:

views:

53

answers:

2

Hi,

I am new to ExtJS. I want to implement two tables. First one will have list of possible items to select. Second one can be empty. I will have 4 buttons in between the two tables as "move this item left", "move all to left", "move all to right" and "move this to right".

Which component should i use to implement this?

Regards,

Anandan

A: 

Follow this example:

http://www.extjs.com/playpen/ext-2.0/examples/grid/grid3.html

Khnle
Thanks.. But i want to move things between the table.. But i dont think this link does that..
Anandan
+1  A: 

Use the ItemSelector plugin:

http://www.extjs.com/deploy/dev/examples/multiselect/multiselect-demo.html

Tommi
Thanks a lot.. This is what I was looking for :)
Anandan