-
Notifications
You must be signed in to change notification settings - Fork 446
Closed
Labels
feature新需求新需求
Description
What problem does this feature solve?
const option = {
"records": [
{
"fldryS3twC": "{\"text\":\"Daniel Scott\",\"fldKey\":\"fldryS3twC\",\"groupKey\":\"optk1hxRcS\"}",
"original": {
"fldryS3twC": {
"value": "Daniel Scott",
"text": "Daniel Scott",
"groupKey": "optk1hxRcS",
"fldKey": "fldryS3twC"
}
}
},
],
"rows": [
{
"dimensionKey": "fldryS3twC",
"title": "Salesperson",
"groupType": "RAW",
"fieldId": "fldryS3twC",
"width": "auto",
"maxWidth": 370,
"minWidth": 90
}
],
"columns": [],
"indicators": [],
"dataConfig": {
"aggregationRules": [],
"sortRules": [
{
"sortField": "fldryS3twC",
"sortType": "asc"
}
],
"totals": {
"row": {
"showGrandTotals": true,
"grandTotalLabel": "GrandTotalKey"
}
}
},
"defaultRowHeight": 32,
"corner": {
"titleOnDimension": "row",
"headerStyle": {
"textStick": false
}
},
"widthMode": "standard",
"rowHierarchyIndent": 20,
"rowHierarchyTextStartAlignment": true,
"hideIndicatorName": false,
"rowHierarchyType": "grid",
"columnHierarchyType": "grid",
}
What does the proposed API look like?
- 没有指标时,显示列表头标题
- 没有指标时,不显示空列
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature新需求新需求

