Skip to content

Commit 00c30bc

Browse files
committed
update doc
1 parent a7ce1d7 commit 00c30bc

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,18 @@ allowfullscreen="allowfullscreen" frameborder="0">
328328

329329
# Methods
330330

331-
`clearSelection` `toggleRowSelection` `setCurrentRow`
332-
333-
`toggleRowExpansion` `clearSort` `clearFilter`
331+
```javascript
332+
[
333+
'setCurrentRow',
334+
'toggleRowSelection',
335+
'toggleRowExpansion',
336+
'clearSelection',
337+
'clearFilter',
338+
'clearSort',
339+
'doLayout',
340+
'sort'
341+
]
342+
```
334343

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

0 commit comments

Comments
 (0)