开发者

Implement two lists in ExtJS

开发者 https://www.devze.com 2022-12-31 22:58 出处:网络
I am new to ExtJS.开发者_C百科 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

I am new to ExtJS.开发者_C百科 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


Use the ItemSelector plugin:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消