Ruby on Rails Friday, March 23, 2018

> On Mar 23, 2018, at 12:56 AM, Shyamkirubha Swaminathan <skirubhaece@gmail.com> 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?

Can you describe or refer to an example of a tree view? What is that exactly? Do you mean something like the ancient Windows 3 little [+] and [-] controls to expand and collapse a list?

Walter

>
> 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.

--
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/D51AE2F5-406F-4461-90FD-BC1195AE4389%40wdstudio.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment