diff --git a/src/components/table/README.md b/src/components/table/README.md index 5033755039c..2c0a30dd652 100755 --- a/src/components/table/README.md +++ b/src/components/table/README.md @@ -319,6 +319,7 @@ fields: [ | ---- | ---- | ----------- | `striped` | Boolean | Add zebra-striping to the table rows within the `
` | `bordered` | Boolean | For borders on all sides of the table and cells. +| `borderless` | Boolean | removes inner borders from table. | `outlined` | Boolean | For a thin border on all sides of the table. Has no effect if `bordered` is set. | `small` | Boolean | To make tables more compact by cutting cell padding in half. | `hover` | Boolean | To enable a hover highlighting state on table rows within a `` @@ -334,17 +335,20 @@ fields: [ ```html