active_admin-sortable_tree
active_admin-sortable_tree copied to clipboard
Show ActiveAdmin index as a nested tree with drag'n'drop
Migrate from Travis to GitHub Actions?
As titled, it should significantly reduce db queries for large collection.
- [x] Remove Ruby 2.2 & 2.3 as they've been [deprecated for 1+ year](https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/). - [x] Add Ruby 2.7 to test target - [x] Test Rails 6 - [x] Add...
My use case is that I would like a tree structure, but to have each level always sorted by name. I'd like to have the tree editor still work for...
Hi I am currently using this gem to list pages on the website in a hierarchy and it works great. I would also like to use it to manage multiple...
You should specify what is the minimal supported Ruby version. This PR sets it to >= 2.2 based on your travis.yml. If that's the case, you should consider changing your...
This is more of a feature request than an issue. It would be fantastic if there were an implementation for table_for rather than just index. The use cases are as...
## Problem When we use [ancestry gem](https://github.com/stefankroes/ancestry#integrity-checking-and-restoration), this gem use ancestry field as string, so `#sort_by` method trouble problems when compare strings with ids ## Solution I'm using this sortable...
The original creates a lot of N+1 queries when collection set is large. Query everything in the first place and assign them.