table colStyle, cellStyle, html render

This commit is contained in:
Sebastian Frank
2017-09-01 19:28:51 +02:00
parent 1f86e58a86
commit d2cb821143
4 changed files with 53 additions and 12 deletions

View File

@@ -38,7 +38,13 @@ export default {
heading: 'ID',
prop: 'ID',
orderBy: 'id',
align: 'right'
align: 'right',
colStyle: {
width: '70px'
},
cellStyle: {
color: '#999'
}
}, {
heading: 'TLD',
prop: 'TLD',