revert: head.MD

This commit is contained in:
zy410419243 2018-12-03 08:03:34 +08:00 committed by 偏右
parent 24e6556f08
commit 0f9788911e
2 changed files with 3 additions and 21 deletions

View File

@ -9073,21 +9073,9 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
> >
<div <div
class="ant-table-column-sorters" class="ant-table-column-sorters"
title="title3" title="Name"
> >
<div Name
title="title1"
>
<div
title="title2"
>
<div
title="title3"
>
Name
</div>
</div>
</div>
<div <div
class="ant-table-column-sorter" class="ant-table-column-sorter"
> >

View File

@ -28,13 +28,7 @@ If a `sortOrder` or `defaultSortOrder` is specified with the value `ascend` or `
import { Table } from 'antd'; import { Table } from 'antd';
const columns = [{ const columns = [{
title: ( title: 'Name',
<div title="title1">
<div title="title2">
<div title="title3">Name</div>
</div>
</div>
),
dataIndex: 'name', dataIndex: 'name',
filters: [{ filters: [{
text: 'Joe', text: 'Joe',