Hi,
I'm exploring the Syncfusion controls for Vue 3.
I tried to use Data Grid in Vue 3. Sample app is working good.
Below image is the warning while building the Vue 3 app.
When I enable :allowPaging="true", the Data Grid Breaks.
Below image is the error getting in the Browser.
It'd helpful if you can provide Vue 3 Sample for paging in data grid.
TIA
|
import { GridComponent, ColumnsDirective, ColumnDirective, Page} from '@syncfusion/ej2-vue-grids';
export default {
name: 'App',
components: {
'ejs-grid' : GridComponent,
'e-columns' : ColumnsDirective,
'e-column' : ColumnDirective
},
provide: {grid: [Page]},
data() {
return {
}
}
}
</script> |
Hi Sujith,
Thanks for the reply.
Actually it was working as you mentioned.
The error I got was when I worked with Laravel and Vue using Inertia.
Now that I changed my approach and decoupled the application, it works fine.
Thanks
Boopathy
Thanks Balaji!
Actually, this is what I was looking for!
https://www.syncfusion.com/forums/167495/inertia-syncfusion
I apologize for wasting your time!
Please let me know how can I track the status of the future update of this feature!
TIA