Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150872 | Jan 22,2020 04:18 PM UTC | Jan 27,2020 10:23 AM UTC | Angular - EJ 2 | 5 |
![]() |
Tags: Grid |
[app.component.html]
<ejs-grid #grid [dataSource]='data' id='Grid'>
<ng-template #detailTemplate let-data>
<table class="detailtable" width="100%">
. . .
</table>
</ng-template>
<e-columns>
<e-column field='EmployeeID' headerText='Employee ID' width='125' textAlign='Right'></e-column>
<e-column field='FirstName' headerText='Name' width='120'></e-column>
. . ..
</e-columns>
</ejs-grid>
[app.component.css]
.e-grid .e-icon-grightarrow::before {
content: '\e823' !important;
}
.e-grid .e-icon-gdownarrow::before{
content: '\e934' !important;
}
|
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.