New feature - Data tables in dialog
Display chart's data tables inside a draggable and resizable dialog:
const config = ref({
table: {
show: false,
useDialog: true, // New - default: false (previous behavior)
}
})
Note: if table.show
is set to true, the table will be displayed under the chart, even if table.useDialog
is also set to true.
Enregistrement.de.l.ecran.2025-09-07.a.09.08.26.mov
This feature is available on all chart components config.table
attributes