Tables

Table Basic

code

This is the standard default table mark-up: table > tbody > tr > td. It is responsive up to a meidum screen size where scroll bar will be seen and the user can scroll across.

UserProject NameUsersStatusActions
John Smith
Xtreme admin
Active
Robert Smith
Adminpro admin
Pending
Maria Hernandez
Monster admin
Completed
Angela Rodriguez
Materialpro admin
Pending
Lucy Deo
Elegant admin
Cancel

Table Bordered

code

This is the bordered table mark-up: div class="table-bordered" > table > tbody > tr > td. It is responsive up to a meidum screen size where scroll bar will be seen and the user can scroll across.

UserProject NameUsersStatusActions
John Smith
Xtreme admin
Active
Robert Smith
Adminpro admin
Pending
Maria Hernandez
Monster admin
Completed
Angela Rodriguez
Materialpro admin
Pending
Lucy Deo
Elegant admin
Cancel

Table Striped

code

This is the bordered table mark-up: div class="table-striped" > table > tbody > tr > td. It is responsive up to a meidum screen size where scroll bar will be seen and the user can scroll across.

UserProject NameUsersStatusActions
John Smith
Xtreme admin
Active
Robert Smith
Adminpro admin
Pending
Maria Hernandez
Monster admin
Completed
Angela Rodriguez
Materialpro admin
Pending
Lucy Deo
Elegant admin
Cancel