Browse Source

Merge pull request #16961 from zjffun/patch-2

docs: Add width attr to the table's grouping columns demo
pull/17005/head
偏右 6 years ago
committed by GitHub
parent
commit
6e5d79cb4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/table/demo/grouping-columns.md

1
components/table/demo/grouping-columns.md

@ -82,6 +82,7 @@ const columns = [
title: 'Company Address',
dataIndex: 'companyAddress',
key: 'companyAddress',
width: 200,
},
{
title: 'Company Name',

Loading…
Cancel
Save