rails_admin_nestable
rails_admin_nestable copied to clipboard
RailsAdmin drag & drop custom action sorting list and tree (using the Ancestry gem) :gem:
Hello. My problem is not support version. I need upgrade Rails 6 to 7. But gem is not work from Rails 7 :-( Plz, if your are can update this...
I've got a Rails 6 app installed from the box, setup the gem and getting an error on the tree saving. SEE THE FIX IN THE COMMENT BELOW. ### Environment...
This is a tiny change that would make the Proc scope option much more useful, as it allows you to do things like: ``` scope_from_params = Proc.new do |params| if...
I'm trying to drag/sort items with a nestable_tree organized with Ancestry and encountering the error below: ## Environment Rails: **5.1.6** Ruby: **2.4.1** config: ``` rails_admin do nestable_tree({ position_field: :position, max_depth:...
While taking a look at the source code and/or documentation it is unclear on how we could achieve the sortability of children of a parent class (something along of the...
Suspect here line should be ended with comma instead of ``;`` https://github.com/dalpo/rails_admin_nestable/blob/master/app/assets/javascripts/rails_admin/jquery.nestable.js#L31
My ancestry tree contains more than 10000 nodes. Is there any way to display only a part of the subtree say suppose all the children under a particular node, also...
Example: Category #1 - Element 1 to sort - Element 2 to sort Category #2 - Element 1 to sort - Element 2 to sort
Hello I can not get scope to work as described in readme. I use nestable_list and all the other configuration params work, but not scope. Could someone explain what i...