1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(ui): display table properties tab

This commit is contained in:
2020-10-24 14:47:35 +02:00
parent ee183886f6
commit 2dc16e8ea8
5 changed files with 529 additions and 9 deletions

View File

@ -221,7 +221,6 @@ export default {
return this.workspaceSchema;
},
getPrimaryValue (row) {
console.log(row);
const primaryFieldName = Object.keys(row).find(prop => [
this.primaryField.alias,
this.primaryField.name,