开发者

Editable Tree View for MVC using jQuery

开发者 https://www.devze.com 2022-12-31 22:22 出处:网络
I\'m looking for an Editable tree view which easily lets me to make new items, rename and delete them.

I'm looking for an Editable tree view which easily lets me to make new items, rename and delete them.

before i starte开发者_C百科d using MVC i used the Obout tree which works quite well: http://www.obout.com/t_db/index.aspx

but this isnt going to run in jQuery, so i'd like to know if someone has some experience in a jQuery solution. i guess i'll build a element as the tree from the DB. I will use 3 lvls of depth as a maximum. Could be nice if the tree will have a Sortable option like the jQuery UI: http://jqueryui.com/demos/sortable/

Does anyone have an idea of a good jQuery plugin which might come close to doing the job?

thanks in advance. Stefan


I've found jsTree to be a pretty nice tree control. Maybe it will work for you?

0

精彩评论

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