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">

