No. | Customer | Company | Order Date | Status | Address | |
---|---|---|---|---|---|---|
2134 | Daniel Webster | Y-corporation | 07/14/1984 | OK | Ulrike-Günther-Platz 145, 18410 Guben | |
1259 | Derek Barnhouse | Goodsilron | 07/03/1990 | LOSS | Brunhilde-Hecht-Allee 5/9, 90409 Sangerhausen | |
1042 | Terresa Juarez | Donquadtech | 08/13/1991 | OK | Moritzweg 0, 77139 Bad Langensalza | |
1496 | Florence Boyle | Conecom | 09/15/1986 | OK | Meyerring 3/0, 18049 Steinfurt | |
1122 | Will Hernandez | Openlane | 01/25/1996 | OK | Sigurd-Kühn-Allee 8/6, 76106 Weißenfels | |
1238 | Daniel Webster | Y-corporation | 07/14/1984 | LOSS | Ulrike-Günther-Platz 145, 18410 Guben | |
1258 | Derek Barnhouse | Goodsilron | 07/03/1990 | STOPPED | Brunhilde-Hecht-Allee 5/9, 90409 Sangerhausen | |
1041 | Terresa Juarez | Donquadtech | 08/13/1991 | WARN | Moritzweg 0, 77139 Bad Langensalza |
Show rows:
First, you need to import a component to your code (сheck component path is right):
import Table from "../../core/Table/Table";
To use the component, copy and paste an example from the CODE tab.
Default props of component can be omitted, they are applied automatically. For example, you can skip the prop type='def', because 'def' is the default value of prop 'type'.
type
view
color
className
name
data
position
pages
checkboxes
labelRowsPerPage
rowsPerPageOptions
defRows
< Table type = 'def' view = 'flat' color = 'primary' name = { array_Head } data = { array_Data } position = 'left' pages = {true} labelRowsPerPage = 'Show rows:' rowsPerPageOptions = {[5, 8, 20]} defRows = {8} checkboxes = {true} / >