Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export const parameters = {
root: '#html-addon-root',
removeEmptyComments: true,
},
controls: {
hideNoControlsWarning: true,
},
options: {
storySort: (a, b) => {
const defaultOrder = [
Expand Down
37 changes: 37 additions & 0 deletions generated/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -2693,6 +2693,43 @@
"description": "Provide the scope for a table cell, useful for defining a row header using `scope=\"row\"`"
}
]
},
{
"name": "TableContainer",
"props": [
{
"name": "children",
"type": "React.ReactNode"
}
]
},
{
"name": "TableTitle",
"props": [
{
"name": "children",
"type": "React.ReactNode"
},
{
"name": "id",
"type": "string",
"required": true
}
]
},
{
"name": "TableSubtitle",
"props": [
{
"name": "children",
"type": "React.ReactNode"
},
{
"name": "id",
"type": "string",
"required": true
}
]
}
]
},
Expand Down
37 changes: 37 additions & 0 deletions src/DataTable/DataTable.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,43 @@
"description": "Provide the scope for a table cell, useful for defining a row header using `scope=\"row\"`"
}
]
},
{
"name": "TableContainer",
"props": [
{
"name": "children",
"type": "React.ReactNode"
}
]
},
{
"name": "TableTitle",
"props": [
{
"name": "children",
"type": "React.ReactNode"
},
{
"name": "id",
"type": "string",
"required": true
}
]
},
{
"name": "TableSubtitle",
"props": [
{
"name": "children",
"type": "React.ReactNode"
},
{
"name": "id",
"type": "string",
"required": true
}
]
}
]
}
Loading