What good will this do me? I mean, in the generated HTML-code, there's just 3 <tr>-tags and I want to have all 10 of them!
Anybody else have any ideas on how to solve this? Roland Use CSS to set the height of the rows/cells. Dennis Byrne >-----Original Message----- From: Roland Asmann [mailto:[EMAIL PROTECTED] >Sent: Tuesday, February 7, 2006 02:22 PM >To: [email protected] >Subject: How to render the empty rows of a dataTable > >Hi, > >I was just wondering if it is possible to render the empty rows of a >dataTable. We have a lot of pages where we use dataTables, and our customers >almost always want them to be a default size (say 10 rows). >Now, if we only have 3 rows of data, I can only get the dataTable to show >those 3 and not the remaining 7 empty ones. >Can I somehow turn this on? > >Roland > >PS >Part of the definition of my current dataTable: ><t:dataTable id="data" rows="10"> > >

