Skip to content

Commit 8ee36d9

Browse files
author
黄书伟
committed
文档修改
1 parent dbfd683 commit 8ee36d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/doc/table/sort-by-multiple-columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:::demo 通过设置 `multiple-sort``true` 开启单个字段进行排序;<br>通过设置属性`sort-always`允许排序只在升序和降序切换;<br> 通过传入`sort-change`回调函数,获取当前排序的字段,将排序结果重新赋值`table-data`达到排序的目的;
1+
:::demo 通过设置 `multiple-sort``true` 开启多个字段进行排序;<br>通过设置属性`sort-always`允许排序只在升序和降序切换;<br> 通过传入`sort-change`回调函数,获取当前排序的字段,将排序结果重新赋值`table-data`达到排序的目的;
22
```html
33
<template>
44
<div>

0 commit comments

Comments
 (0)