Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <div id="OverAllOverDueDoc" ej-grid e-datasource="OverAllOverDueDocList"
  2. e-allowfiltering="true" e-allowpaging ="true"
  3. e-filtersettings-filterType="excel">
  4. <div e-columns>
  5. <div e-column e-field="CompanyName" e-headertext="Company" e-tooltip="Company" e-width="80"></div>
  6. <div e-column e-field="PlantName" e-headertext="Plant" e-width="80"></div>
  7. <div e-column e-field="" e-headertext="Candidate Id" e-width="80"></div>
  8. <div e-column e-field="EmployeeCode" e-headertext="Employee Code" e-width="80"></div>
  9. <div e-column e-field="BudgetCode" e-headertext="Budget Code" e-width="80"></div>
  10. <div e-column e-field="EmployeeName" e-headertext="Employee Name" e-width="80"></div>
  11. <div e-column e-field="EmployeeCategory" e-headertext="Emp Category" e-tooltip="Employee Category" e-width="80"></div>
  12. <div e-column e-field="Designation" e-headertext="Designation" e-width="80"></div>
  13. <div e-column e-field="DOJ" e-headertext="DOJ" e-width="80" e-tooltip="Date of Join"></div>
  14. <div e-column e-field="TotalOverDueMandatory" e-headertext="Mandtatory" e-tooltip="Mandatory Document" e-width="80"></div>
  15. <div e-column e-field="TotalOverDueOptional" e-headertext="Optional" e-tooltip="Optional Document" e-width="80"></div>
  16.  
  17. </div>
  18. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement