Table

PRO

The Table component helps you to simply create a beautiful table for your data.


Demo

AuthorFunctionStatusEmployedAction
John Michael

[email protected]

Manager

Organization

Online23/04/18Edit

Programator

Developer

Offiline11/01/19Edit
Laurent Perrier

[email protected]

Executive

Projects

Online19/09/17Edit
Michael Levi

[email protected]

Programator

Developer

Online24/12/08Edit
Richard Gran

[email protected]

Manager

Executive

Offline04/10/21Edit

Programator

Developer

Offline14/09/20Edit

Props Information

NameTypeDefaultDescription
headersarrayused to set Table headers.
rows*arrayUsed to set the Table rows. It accepts the following keys:
  1. image of type string.
  2. name of type string.
  3. email of type string.
  4. date of type string.
  5. status of type boolean.
  6. position of type array.
  7. action of type object with with label and route keys.
Contents