github graphieros/vue-data-ui v3.1.1

one day ago

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

Documentation is up to date

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.