Merge pull request #4490 from yangdan8/2.0

修复表格排序属性的类型
This commit is contained in:
Aresn 2018-09-13 09:50:37 +08:00 committed by GitHub
commit 6a84ef2951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
types/table.d.ts vendored
View file

@ -242,7 +242,7 @@ export declare interface TableColumn {
* Table on- sort - change ,false
* @default false
*/
sortable?: boolean;
sortable?: boolean | 'custom';
/**
* 使 a b type
* sortable?: true type asc desc