njleonzhang / vue-data-tables

A simple, customizable and pageable table with SSR support, based on vue2 and element-ui
https://njleonzhang.github.io/vue-data-tables
MIT License
1.02k stars 221 forks source link

How to excute clearSelection() function by vue-date-tables ref? #232

Closed user-GitHub-user closed 5 years ago

user-GitHub-user commented 5 years ago

Please follow the issue template, or your issue may be closed automatically.

For bug report, provide the following section

Online reproduce

It is important to provide an online sample to reproduce the issue.

Expected Behavior

clear selection by excute clearSelection function

Current Behavior

I have no idea how to do this

close-issue-app[bot] commented 5 years ago

This issue is closed because it does not meet our issue template. Please read it.

njleonzhang commented 5 years ago

refer to https://github.com/njleonzhang/vue-data-tables/issues/148, you can leverage refs.

user-GitHub-user commented 5 years ago

refer to #148, you can leverage refs. it's works ,thanks!