We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce44e5 commit bcab095Copy full SHA for bcab095
examples/doc/table/sort/single-columns-sort.md
@@ -1,5 +1,5 @@
1
2
-:::demo 通过设置 `multiple-sort` 为 `false` 开启单个字段进行排序;<br>通过设置属性`sort-always`允许排序只在升序和降序切换;;<br> 通过传入`sort-change`回调函数,获取当前排序的字段,将排序结果重新赋值`table-data`达到排序的目的;
+:::demo 通过设置 `multiple-sort` 为 `false` 开启单个字段进行排序;<br>通过设置属性`sort-always`允许排序只在升序和降序切换;<br> 通过传入`sort-change`回调函数,获取当前排序的字段,将排序结果重新赋值`table-data`达到排序的目的;
3
```html
4
<template>
5
<div>
0 commit comments