UNPKG

v-tables-3

Version:

Vue.js 3 grid components

8 lines (7 loc) 172 B
"use strict"; module.exports = function (row) { var id = this.opts.uniqueKey; return !!this.selectedRows.find(function (Row) { return Row[id] === row[id]; }); };