common-intellisense
Version:
18 lines (17 loc) • 476 B
JSON
{
"props": [
{
"Attribute": "children",
"Type": "`CellElement` | `CellElement[]` | `CellRenderer`",
"Description": "Rendered contents of the row or row child items",
"Default": "-"
},
{
"Attribute": "textValue",
"Type": "`string`",
"Description": "A string representation of the row's contents, used for features like typeahead",
"Default": "-"
}
],
"link": "https://nextui.org/docs/components/tablerow"
}