Ruby on Rails
Thursday, March 22, 2018
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/a3ddf6d6-d224-4be6-b1f3-8b459473ef42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment