Introduction
Tables are used to help users scan & compare large amounts of data at a glance. When implementing tables into your project, make sure to consider other alternatives that may be optimal for the data you want to display.
Code
| Page Updated | Data Field | Previous Value | New Value | Time | 
|---|
| 08/12/19 10:00:01 EST | User Profile | Seller's First Name | Thomas | Bill | 
| 10/07/19 02:34:11 EST | Product Information | Date | 04/02/18 | 04/04/18 | 
| 12/12/19 11:05:49 EST | Product Information | Seller's First Name | Samantha | Sam | 
Modifiers
| Class | Description | 
|---|
is-bordered | Adds a border to all the cells | 
|---|
is-hoverable | Gives hover effect over data cells | 
|---|
is-narrow | Condenses table height | 
|---|
is-striped | Alternates color | 
|---|
full-width | Makes table fill up the max-width of page | 
|---|