teamspaces / web

Web & API – Spaces is knowledge management for teams.
0 stars 0 forks source link

Sort pages #227

Closed emmanuelmillionaer closed 7 years ago

emmanuelmillionaer commented 7 years ago

What

The data that gets passed to the server, has this format:

   [{"id":"8","children":[{"id":"9"},{"id":"5"}]},{"id":"10","children":[{"id":"7"}]}]

Related Links

With this lib I achieved the best results: https://github.com/ilikenwf/nestedSortable Here I asked the closure_tree maintainer for an advise: https://github.com/mceachen/closure_tree/issues/251

Next steps