zollero / el-search-table-pagination

🐶 Combine Form, Table and Pagination components of Element UI together.
MIT License
305 stars 79 forks source link

columns: [ {type:"selection"}] #41

Closed nickqnxie closed 5 years ago

nickqnxie commented 5 years ago

columns: [ {type:"selection"}] ,全选checkbox通过什么事件来获取数据,能给一个例子吗?

nickqnxie commented 5 years ago

//默认无法选中,提示找不到toggleRowSelection方法 mounted() { this.$refs.tablexxx.toggleRowSelection(this.tableData[0], true);
}