Ruby on Rails Friday, March 23, 2018

try this gem.

https://github.com/collectiveidea/awesome_nested_set

On Friday, March 23, 2018 at 2:17:24 AM UTC-4, Shyamkirubha Swaminathan wrote:

Dear All,

In ROR, I have a model 'Document', which may contain Section, Table, Text_field. Therefore, I have 4 models, and I use ancestry for Section as it may contain Sub-Section. Also, Table and Text_field belongs to Document, and optionally belongs to Section. So, structure will look like below:




I could successfully iterate and print this structure as List in my view. But I would like to show the data as Treeview. Is there a way I could achieve this with Ruby on Rails?

Thanks for any suggestions.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/9c209672-057f-405b-8894-38cbd02a50e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment