From b93e8a78ca8fb5d4b951f706fce9bd820ea588aa Mon Sep 17 00:00:00 2001 From: izbz wh <731215820@qq.com> Date: Thu, 5 Nov 2020 10:01:11 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20orderNum=E5=B1=9E=E6=80=A7=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index e3760a1..06e6b37 100644 --- a/docs/api.md +++ b/docs/api.md @@ -132,6 +132,7 @@ import 'bee-table/build/Table.css'; |onCellClick|单击列的单元格时调用|Function(row, event)|-| |onHeadCellClick|单击表头的单元格时调用|Function(row, event)|row 当前行的数据| | order | 设置排序 | string("descend"、"ascend") | -| +| orderNum | 多列排序时,用来设置排序优先级(1的优先级最高) | number | -| | filterType | 过滤下拉的类型.可选`text(文本框)`,`dropdown(下拉)`,`date(日期)`,`dateyear(日期-年)`,`datemonth(日期-月)`,`dateweek(日期-周)`,`daterange(日期范围)`,`number(数值)` | string | text | | filterDropdown | 是否显示过滤下拉.可选`show`,`hide` | string | show | | format | 针对过滤下拉设置日期类的格式 | string | YYYY-MM-DD |