devextreme-vue icon indicating copy to clipboard operation
devextreme-vue copied to clipboard

Vue UI and data visualization components

Results 60 devextreme-vue issues
Sort by recently updated
recently updated
newest added

Hi team, I may find a bug, possible take a look on the setup? Here is the reproduce repo: https://codesandbox.io/s/hierarchical-js-structure-devextreme-file-manager-forked-meb9g?file=/App.vue ![image](https://user-images.githubusercontent.com/2770401/136905953-5a09c908-b2b2-4e6c-bb9e-f926b95321be.png) Thanks, Jing

How can I use instruction https://github.com/DevExpress/devextreme-vue/issues/84 with Vue 3? In the Vue 3 global component registration is organized differently (if I understood correctly what the problem is). Can you give...

# Bug Report Errors when using DxDataGrid with DxColumn in template/slot in combination with SSR. Have reproduced in a minimal example: [quasar.zip](https://github.com/DevExpress/devextreme-vue/files/6769884/quasar.zip) Important files to have a look at in...

# Bug Report **Package versions:** devexteme version: devextreme-vue version: **Steps to reproduce:** **Current behavior:** **Expected behavior:** **Screenshots:**

# Could you add documentation for newer versions of Vue and Webpack? The page "Using the DevExtreme Vue Integration with Webpack" refer to older version of Vue-cli. The link to...

When using dx-button, it starts the method on component load instead of running it when user click on it. My column: ``` ``` (note that i had to use :on-click...

DxForm does not render dxColorBox and dxLookup https://codesandbox.io/s/form-invalid-components-uxucb To fix this issue, i added the componets as global components ```typescript const app = createApp(App) .component('DxColorBox', DxColorBox) .component('DxColorBox', DxLookup) ```

# Bug Report **Package versions:** devexteme version: 20.2.4 devextreme-vue version: 20.2.4 **Steps to reproduce:** 1. Wait for the data to load in the DxPivotGrid. 2. Scroll horizontally to activate virtual...

# Support Question Hi, I'm having trouble understanding the difference between importing the components from "devextreme-vue/*" and "devextreme-vue/ui/*". Some examples on [js.devexpress.com](js.devexpress.com) uses the /* (like [here](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Overview/Vue/Light/)), and other the...

reproduce step: create an blank project with vue-cli for vue3. Copy [ResponsiveBox] code from documentation to app.vue run