Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复超级表头合并问题 #4378

Merged
merged 1 commit into from
May 19, 2022
Merged

fix: 修复超级表头合并问题 #4378

merged 1 commit into from
May 19, 2022

Conversation

RickCole21
Copy link
Contributor

image

{
    type: 'table',
    source: '$rows',
    className: 'm-b-none',
    columns: [
      {
        name: 'engine',
        label: 'Engine'
      },
      {
        name: 'grade',
        label: 'Grade'
      },
      {
        name: 'version',
        label: 'Version',
        groupName: '分组2' // 这里没配置groupName
      },
      {
        name: 'browser',
        label: 'Browser',
        groupName: '分组2'
      },
      {
        name: 'id',
        label: 'ID',
        groupName: '分组3'
      },
      {
        name: 'platform',
        label: 'Platform',
        groupName: '分组3'
      }
    ]
  }

@github-actions
Copy link

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

@github-actions github-actions bot added the fix label May 18, 2022
@2betop 2betop merged commit 5b588ae into baidu:master May 19, 2022
@RickCole21 RickCole21 deleted the fix-table-groupname branch May 25, 2022 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants