Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149533 | Nov 29,2019 01:59 AM UTC | Nov 29,2019 07:12 AM UTC | Vue | 1 |
![]() |
Tags: Data Grid |
<ejs-grid ref="grid" id="grid" :created="created" :dataSource="data" :allowPaging="true" gridLines="Vertical">
<e-columns>
<e-column type="checkbox" width="60"></e-column>
<e-column field="OrderID" headerText="Order ID" width="90" textAlign="Right"></e-column>
<e-column field="Freight" headerText="Freight" format="C2" textAlign="Right"></e-column>
<e-column field="OrderDate" headerText="Order Date" width="130" textAlign="Right" type="date" format="yMd">
</e-column>
<e-column field="ShipCountry" headerText="Ship Country" width="150"></e-column>
</e-columns>
</ejs-grid>
|
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.