mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
revert: head.MD
This commit is contained in:
parent
24e6556f08
commit
0f9788911e
@ -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"
|
||||
>
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user