Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglisky committed Jun 28, 2018
1 parent a7ce1d7 commit 00c30bc
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,18 @@ allowfullscreen="allowfullscreen" frameborder="0">

# Methods

`clearSelection` `toggleRowSelection` `setCurrentRow`

`toggleRowExpansion` `clearSort` `clearFilter`
```javascript
[
'setCurrentRow',
'toggleRowSelection',
'toggleRowExpansion',
'clearSelection',
'clearFilter',
'clearSort',
'doLayout',
'sort'
]
```

!> 直接代理一层原 `Element Table` 的方法。可参考[文档](http://element.eleme.io/#/zh-CN/component/table#table-methods)

Expand Down

0 comments on commit 00c30bc

Please sign in to comment.