UNPKG

v-tables-3

Version:

Vue.js 3 grid components

10 lines (8 loc) 236 B
"use strict"; module.exports = function (rowId) { var _this = this; this.selectedRows = this.selectedRows.filter(function (row) { return String(row[_this.opts.uniqueKey]) !== String(rowId); }); return this.selectedRows; };