Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
140991 | Nov 17,2018 10:55 AM UTC | Sep 13,2019 06:45 AM UTC | Vue | 9 |
![]() |
Tags: Data Grid |
@Component({
provide: {
grid: [Page, Sort, Filter, Group]
}
})
export default class HelloWorld extends Vue {
. . . . .
}
|
<style lang="css">
@import "../node_modules/@syncfusion/ej2-base/styles/material.css";
@import "../node_modules/@syncfusion/ej2-vue-grids/styles/material.css";
@import "../node_modules/@syncfusion/ej2-buttons/styles/material.css";
@import "../node_modules/@syncfusion/ej2-popups/styles/material.css";
@import "../node_modules/@syncfusion/ej2-navigations/styles/material.css";
@import "../node_modules/@syncfusion/ej2-dropdowns/styles/material.css";
@import "../node_modules/@syncfusion/ej2-lists/styles/material.css";
@import "../node_modules/@syncfusion/ej2-inputs/styles/material.css";
@import "../node_modules/@syncfusion/ej2-calendars/styles/material.css";
</style>
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.