Memory Usage

32.3%
8,6,5,9,8,4,9,3,5,9

CPU Usage

140.05
4,3,5,7,12,10,4,5,11,7

Disk Usage

82.02%
1,2,1,3,2,10,4,12,7

Daily Traffic

62,201
3,12,7,9,2,3,4,5,2

IMG_43445

JPG Image

1.2mb

VID_6543

MP4 Video

24.8mb

Tax_Form

Word Document

5.5mb

Getting_Started

PDF Document

12.7mb

Introduction

PDF Document

7.7mb

IMG_43420

JPG Image

2.2mb

IMG_43447

JPG Image

3.2mb

VID_6545

AVI Video

14.8mb

Secret_Document

Word Document

4.5mb

+ Add Event

Basic Table

A collection basic to advanced table design that you can use to your data.

Using the most basic table markup.

ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
3 Ashton Cox Junior Technical Author $86,000
4 Cedric Kelly Senior Javascript Developer $433,060
5 Airi Satou Accountant $162,700
<table class="table">
  <thead>..</thead>
  <tbody>...</tbody>
</table>

Add zebra-striping to any table row.

ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
3 Ashton Cox Junior Technical Author $86,000
4 Cedric Kelly Senior Javascript Developer $433,060
5 Airi Satou Accountant $162,700
<table class="table table-striped">
  <thead>..</thead>
  <tbody>...</tbody>
</table>

Add borders on all sides of the table and cells.

ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
3 Ashton Cox Junior Technical Author $86,000
4 Cedric Kelly Senior Javascript Developer $433,060
5 Airi Satou Accountant $162,700
<table class="table table-bordered">
  <thead>..</thead>
  <tbody>...</tbody>
</table>

To enable a hover state on table rows.

ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
3 Ashton Cox Junior Technical Author $86,000
4 Cedric Kelly Senior Javascript Developer $433,060
5 Airi Satou Accountant $162,700
<table class="table table-hover">
  <thead>..</thead>
  <tbody>...</tbody>
</table>

A custom color for the head of the tables.

ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
ID Name Position Salary
ID Name Position Salary
ID Name Position Salary
ID Name Position Salary
ID Name Position Salary
ID Name Position Salary
ID Name Position Salary
<table class="table table-bordered">
  <thead class="thead-colored thead-info">..</thead>
  <tbody>...</tbody>
</table>
Class Value
class="thead-colored thead-[value]" primary | success | warning | danger | info | teal | indigo | purple | pink | orange

A custom full color variations for the entire table.

ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
3 Ashton Cox Junior Technical Author $86,000
4 Cedric Kelly Senior Javascript Developer $433,060
5 Airi Satou Accountant $162,700
ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
3 Ashton Cox Junior Technical Author $86,000
4 Cedric Kelly Senior Javascript Developer $433,060
5 Airi Satou Accountant $162,700
ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
3 Ashton Cox Junior Technical Author $86,000
4 Cedric Kelly Senior Javascript Developer $433,060
5 Airi Satou Accountant $162,700
ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
ID Name Position Salary
1 Tiger Nixon System Architect $320,800
2 Garrett Winters Accountant $170,750
<table class="table table-bordered table-primary">
  <thead>..</thead>
  <tbody>...</tbody>
</table>
Class Value
class="table table-[value]" primary | success | warning | danger | info | teal | indigo | purple | pink | orange