Bridge offers three table "types" which will style the table differently.
Primary
The primary table will go here if we get to it.
Name Favorite Color Favorite Number Sharkira Pink 3 Gillfunkel Purple 72 Swim shady Yellow 10000
Borderless Tables
You can change the type of the table with the prop type
. For borderless, its type="borderless"
. The default table is type="primary"
Name Favorite Color Favorite Number Sharkira Pink 3 Gillfunkel Purple 72 Swim shady Yellow 10000
Zebra Tables
Do you think Zebras neigh like horses, or make completely different sounds?
Name Favorite Color Favorite Number Sharkira Pink 3 Gillfunkel Purple 72 Swim shady Yellow 10000
Common Props
Table
includes COMMON
and TYPOGRAPHY
common props. Read Common Props for details and API. These common props will override component props such as the color.
Component Props
Prop name | Type | Default | Description |
---|---|---|---|
type | String | 'primary' | variants of tables (primary , borderless , zebra ) |
theme | Object | Bridge Theme | use to override default bridge theme |