VueUiTable #255
Add optional title:
const config = ref({
style: {
title: {
text: 'My title',
color: '#2D353C',
backgroundColor: '#FFFFFF',
fontSize: 16,
bold: true,
textAlign: 'center',
paddingLeft: 0,
paddingRight: 0,
subtitle: {
text: 'My subtitle',
fontSize: 14,
color: '#6A6A6A',
bold: false,
}
}
}
})