Niektorý obsah na tejto stránke ešte nie je responzívny a nemusí sa správne zobrazovať na mobilných zariadeniach.
# | Name | Age |
---|
001 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla nec diam nec nisl aliquam ultric es. | 41 |
002 | Jesse | 55 |
003 | Mike | 57 |
004 | Lyla | 67 |
005 | Kara | 58 |
006 | Preston | 53 |
007 | Penny | 77 |
008 | Oscar | 20 |
009 | Mary | 36 |
010 | Peter | 70 |
Kód
import * as G from '.../components';
<G.Table
height={300}
columns={[
{ key: 'id', label: '#' },
{ key: 'name', label: 'Name' },
{ key: 'age', label: 'Age' },
]}
rows={[
{ id: '0001', name: 'John', age: 20 },
{ id: '0002', name: 'Jane', age: 21 },
{ id: '0003', name: 'Joe', age: 22 },
...
]}
/>
<G.PagedTable
columns=...
rows=...
/>
Vlastnosti
- height - Number
- columns - Array
- rows - Array