Simple flat data table demo
Demonstrated features
- flat table
- horizontal scrollbar
- default styling
Required skills
- beginner
Required license
- free
ID | Gender | Date Of Birth | Firstname | Lastname | Address | Zipcode | City | County | Country | Phone No | Registration Date | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
ID | Gender | Date Of Birth | Firstname | Lastname | Address | Zipcode | City | County | Country | Phone No | Registration Date |
Custom CSS added to this table:
.student_address,
.student_city,
.student_county {
white-space: nowrap;
}
Notes
- Wrapping is disabled on this page for some fields with the CSS below. This improves the layout for this table.
0 Comments