Sales Table
PROThe SalesTable
component helps you to simply create a beautiful table for show small amount of data.
The below codes are editable and you can modify them the way you want directly from your browser, please use the green button or the ctrl + s to save the changes.
Demo
// Material Dashboard 2 PRO React Examples
import SalesTable from "examples/Tables/SalesTable";
Sales by Country | |||
Props Information
Name | Type | Default | Description |
---|---|---|---|
title* | string | Used to set the title of the table, its a required prop. | |
rows | array | [{}] | Used to set the table data. |
It should be mentioned that if you want to display an image in a column you should define the column data in an array
that contains the image and data of the column, the first element of the array
should be the image and the second element of the array
should be the data or data.
The columns name are based on the keys of objects inside the rows array