jsTree - 是否可以在数据库中不使用nestedSets?
嵌套集对于我的小型应用程序来说太复杂了,所以我想使用邻接模型。我的子节点将知道父亲节点并有一个订单号。 jsTree 是否与nestedSets 模型耦合,或者我可以在后端使用我喜欢的任何东西?
Nested Sets are to complex for my small application, so I would like to use the Adjacency Model. My child node will know the father node and have an order nr. Is jsTree coupled to the nestedSets model, or I can use whatever I like in the backend?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在后端使用任何您想要的东西。
您需要传递jsTree源数据,jsTree将显示它。您可以一次性传递所有内容,也可以使用 AJAX 调用按节点传递。
另请查看 jsTree 模型返回
You can use what ever you want in back end.
You need to pass jsTree source data and jsTree will display it. You can pass all at once or by node using AJAX call.
Also have a look at jsTree model back