jsTree - 是否可以在数据库中不使用nestedSets?

发布于 2024-12-02 17:41:14 字数 104 浏览 1 评论 0原文

嵌套集对于我的小型应用程序来说太复杂了,所以我想使用邻接模型。我的子节点将知道父亲节点并有一个订单号。 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终难遇 2024-12-09 17:41:14

您可以在后端使用任何您想要的东西。

您需要传递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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文