BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
[Grid]
<ej-grid #grid [allowPaging]="true" [allowSorting]="true" [dataSource]="gridData" [allowGrouping]='true' [pageSettings]='page' [isResponsive]='true' [minWidth]=400 >
<e-columns>
<e-column field="OrderID" headerText="Order ID" [priority]=3 width="75" textAlign="right"></e-column>
<e-column field="CustomerID" headerText="Customer ID" [priority]=2 width="80"></e-column>
<e-column field="EmployeeID" headerText="Employee ID" [priority]=1 width="75" textAlign="right"></e-column>
</e-columns>
</ej-grid> |
[Index.html page]
<link rel='nofollow' href="node_modules/syncfusion-javascript/Content/ej/web/material/ej.web.all.min.css" rel="stylesheet" />
. . .
<link rel='nofollow' href="responsiveCss/ej.responsive.css" rel="stylesheet" />
<link rel='nofollow' href="responsiveCss/ejgrid.responsive.css" rel="stylesheet" /> |