docs: add documentation for DataTable (#11095)
* docs: add documentation for DataTable * update package versions
This commit is contained in:
23
www/apps/ui/src/specs/DataTable/DataTable.SelectCell.json
Normal file
23
www/apps/ui/src/specs/DataTable/DataTable.SelectCell.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"description": "",
|
||||
"methods": [],
|
||||
"displayName": "DataTable.SelectCell",
|
||||
"props": {
|
||||
"ctx": {
|
||||
"required": true,
|
||||
"tsType": {
|
||||
"name": "DataTableCellContext",
|
||||
"elements": [
|
||||
{
|
||||
"name": "TData"
|
||||
},
|
||||
{
|
||||
"name": "unknown"
|
||||
}
|
||||
],
|
||||
"raw": "DataTableCellContext<TData, unknown>"
|
||||
},
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user