[Vuejs]-VueJS Datatable: How do I get all the rows selected? 17 November 2023 by thecoderscamp.com 1👍 ✅ As this document say, you need set the column key: columns: [ { label: "", field: "id", sortable: false, isKey: true, }, ... Check this template 👤init-qy [Vuejs]-Intersect two json arrays and combine all fields without using explicitly naming fields to combine Source:stackexchange.com