From e1dfd9908fadead353670fc662c7d2b4a7aea387 Mon Sep 17 00:00:00 2001 From: izbz wh <731215820@qq.com> Date: Thu, 25 Apr 2019 13:38:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 2e24cb1..ac9fd9e 100644 --- a/docs/api.md +++ b/docs/api.md @@ -70,6 +70,8 @@ import 'bee-table/build/Table.css'; | height | 自定义表格行高 | number | - | | headerHeight | 自定义表头行高 | number | - | | size | 表格大小 | `sm | md | lg` | 'md' | +| headerDisplayInRow | 设置表头的内容显示一行,超出显示省略号 | bool | +| bodyDisplayInRow | 设置表体的内容显示一行,超出显示省略号 | bool | > 快捷键部分参考示例 (快捷键在table中的简单使用应用) @@ -103,8 +105,7 @@ import 'bee-table/build/Table.css'; | filterDropdownIncludeKeys | 能够设置指定的下拉条件项,通过设置keys 其中string条件可设置:LIKE,ULIKE,EQ,UEQ,START,END.number条件可设置:GT,GTEQ,LT,LTEQ,EQ,UEQ | array | [] 不设置此属性为显示所有 | filterInputNumberOptions | 数值框接收的props,具体属性参考bee-input-number | object | null | textAlign | 内容对齐方式,默认是左对齐('left、right、center') | string | -| headerDisplayInRow | 设置表头的内容显示一行,超出显示省略号 | bool | -| bodyDisplayInRow | 设置表体的内容显示一行,超出显示省略号 | bool | + ## mixin