Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142604 | Feb 12,2019 02:59 AM UTC | Jul 23,2020 12:27 PM UTC | Vue | 5 |
![]() |
Tags: Data Grid |
new Vue({
el: '#app',
template: `
<div id="app">
<ejs-grid :dataSource="data" :allowPaging='true'>
<e-columns>
<e-column field='OrderID' headerText='Order ID' textAlign='Right' width=90></e-column>
<e-column field='CustomerID' headerText='Customer ID' width=120></e-column>
<e-column field='Freight' headerText='Freight' textAlign='Right' width=90></e-column>
<e-column field='ShipCity' :visible=false headerText='Ship City' width=120></e-column>
</e-columns>
</ejs-grid>
</ejs-grid>
</div>
`, |
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.