Hi Andy, I can't quite understand your question, I use css to made grid fixed-width, usually I use only one cell from the grid:
.id-header { width:780px; } then in the grid I can include other fields in the cell, this will not work if you want to have sortable columns: <table t:type="grid" source="rows" row="row" > <t:parameter name="idCell"> ${row.id} ${row.field1} ${row.field2} </t:parameter> Andy Huhn wrote: > > All, > > Is there a way to make a Grid fixed-width? That is, if it's more than x > number of pixels, a scroll bar is rendered attached to the HTML table? > (Not attached to the entire viewport). > > Thanks, > Andy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/T5%3A-fixed-width-Grid--tf4930497.html#a14112576 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]