tedster

msg:4317020 | 5:57 pm on May 24, 2011 (gmt 0) |
It sounds like tabular data to me - tables should work nicely.
|
virtualemployeeonlin

msg:4326396 | 2:14 pm on Jun 15, 2011 (gmt 0) |
Definitely, I'll recommend table for many input field.
|
srchmeister

msg:4327590 | 11:09 pm on Jun 17, 2011 (gmt 0) |
I suppose it depends on the number of rows you intend to display. Not sure if 'modern' browsers are different but in the bad old days a table wouldn't display until all rows had been downloaded. So the user would see nothing for a few seconds and then the table would appear in a flash.
|
penders

msg:4327954 | 11:26 am on Jun 19, 2011 (gmt 0) |
| Definitely, I'll recommend table for many input field. |
| I would also recommend a table, not because there are many fields, but because it does indeed sound like tabular data (as @tedster suggests). | ...a table wouldn't display until all rows had been downloaded. |
| Generally (these days) a table will start to display as the page begins to load and display progressively. However, whether there are certain edge conditions that can prevent a page from displaying until it has loaded in its entirety I'm not sure. (May be to do with calculating its final dimensions?)
|
|