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
class="ant-table-column-sorters"
title="title3"
title="Name"
>
<div
title="title1"
>
<div
title="title2"
>
<div
title="title3"
>
Name
</div>
</div>
</div>
Name
<div
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';
const columns = [{
title: (
<div title="title1">
<div title="title2">
<div title="title3">Name</div>
</div>
</div>
),
title: 'Name',
dataIndex: 'name',
filters: [{
text: 'Joe',