- Toggle Edit Values in CGridTableRec

- Choose the visible column in CGridTableRec
This commit is contained in:
Paolo Arena
2019-10-15 21:43:29 +02:00
parent 9fd858d33f
commit 9462f6ef24
5 changed files with 86 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ export default class CfgServer extends Vue {
{ name: 'valore', label: 'Valore', field: 'valore', sortable: false }
]
public visibleColumns: ['chiave', 'userid', 'valore']
public colVisib: ['chiave', 'userid', 'valore']
public separator: 'horizontal'
public filter: string = ''
public selected: any[] = []