WK11: CSS can do datasheet and table like.
Scenario
You want to let users view, enter, or edit multiple records of the same type. You would like to use the least space possible, without compromising usability.
A conventional way of showing multiple similar rows is the datasheet. It takes the labels for fields and records to the extremes (column and row headers), allowing for a very compact format.
Reference link
Datasheet like CSS: http://www.webdesignfromscratch.com/datasheet.cfm
Table like CS:S http://www.webdesignfromscratch.com/tabular_list.cfm

0 Comments:
Post a Comment
<< Home