Results 1 to 2 of 2

Thread: Tables in generated views

  1. #1
    Join Date
    Feb 2005
    Posts
    31

    Default Tables in generated views

    Hi,

    I noticed that tables are used heavily in generated views to layout controls on the page. I believe this is against current best practices in the web design community where css-based layout is preferred.

    Are there plans to change this approach? Is there a way to customize it?

    Regards,
    Tarek

  2. #2
    Join Date
    Jun 2010
    Location
    London
    Posts
    304

    Default

    You can run "grails install-templates", which will put the scaffolding templates in your project's src/templates/scaffolding directory. You can modify them there.

    You may also be interested in the HTML5 scaffolding templates created by Rob Fletcher

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •