I’m trying to get data in rows instead of columns by default.
The default scaffold behavior is to create an initial table layout with
column headers along the top. In some cases this creates really wide
tables which require horizontal scrolling. Is there a parameter I can
use with scaffolding or a hack to get the header cells along the left
side of the table instead?
I’m eventually going to generate scaffolds then do some design on them
using Dreamweaver and wish there was an easy way to convert the default
wide table layouts to tall as a starting point.
Thanks,
DAN