Skip to content

Commit

Permalink
docs: 完善明细表 rowSpan Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
wywppkd committed May 11, 2023
1 parent 22c72b2 commit 5b89709
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ fetch('https://assets.antv.antgroup.com/s2/basic-table-mode.json')
columns: [
{
key: 'area',
rowSpan: 1,
children: [
{
rowSpan: 2,
key: 'province',
rowSpan: 2,
},
{
rowSpan: 2,
key: 'city',
rowSpan: 2,
},
],
},
Expand All @@ -27,6 +28,7 @@ fetch('https://assets.antv.antgroup.com/s2/basic-table-mode.json')
children: [
{
key: 'price',
rowSpan: 1,
},
],
},
Expand Down

0 comments on commit 5b89709

Please sign in to comment.