On Domingo, 16 de Agosto de 2009 21:03:11 Marion T escribió: > Hi folks - > I'm not a designer or developer. I'm doing homework prior to having > an application built. > > Most of my site will need feature-rich tables - like the ones from > extjs or jqgrid. > > The demo for activescaffold is not working, and I am having trouble > finding examples elsewhere. > > Is there a place where I can see examples? or a demo? > > For example, I'd like to know if activescaffold can: > show/hide columns
You can set what columns to show in your code, you can't show/hide columns from the UI, you will have to implement it by yourself (with some JS) > show totals in footer Yes, it can > click on row and edit the contents in form view You will get a edit button at right of record. > click on row and view the contents in form view You will get a show button at right of record. > page navigation Yes it can > tree display of data It can show nested lists for has_many associations for example, but it's not a tree really. > ...... > > Thank you - > Marion > > -- Sergio Cambra .:: entreCables S.L. ::. Mariana Pineda 23, 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
