How does the elementUI table component get the value of the checked check box

now you want to get the values of all the check boxes. The document in element has not found the corresponding method to get it. I don"t want to get this value through dom. I hope God will give me some advice. Orz


el-table type ref=multipleTable , and then this.$refs.multipleTable.selection to get the checklist.

Menu