VueUiTable
- Add config options to customize header action buttons
const config = ref({
style: {
th: {
buttons: {
filter: {
inactive: {
backgroundColor: '#E1E5E8',
color: '#2D353C',
},
active: {
backgroundColor: '#1f77b4',
color: '#FFFFFF',
},
},
cancel: {
inactive: {
backgroundColor: '#E1E5E8',
color: '#2D353C',
},
active: {
backgroundColor: '#F17171',
color: '#FFFFFF',
},
},
}
}
}
})
VueUiXyCanvas
timeLabels
configuration is moved tox
instead ofy
. This change is backwards compatible: your existing time labels configuration under Y will still work.
VueUiXy
- Allow partial configuration for
highlightArea