Guest User

Untitled

a guest
Jan 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {
  2. "commissionId": 1,
  3. "period": {
  4. "periodDescription": "just period Description",
  5. "startDate": "2014-12-19T15:13:40+03:00",
  6. "endDate": "2015-12-19T15:13:40+03:00",
  7. "periodType": {
  8. "periodTypeId": 1,
  9. "periodTypeDescription": "Yearly"
  10. }
  11. },
  12. "paidRankDescription": "just paid Rank Description",
  13. "commissionsAmount": 11,
  14. "currencyCode": "USD"
  15. }
  16.  
  17. this.commissionsTable = new MdlDefaultTableModel(
  18. [
  19. { key: 'commissionId', name: 'Commission' },
  20. **{ key: 'period.periodDescription', name: 'Period's description' },**
  21. **{ key: 'period.startDate', name: 'Period's start date' },**
  22. **{ key: 'period.endDate', name: 'Period's end date' },**
  23. { key: 'paidRankDescription', name: 'Paid rank description' },
  24. { key: 'commissionsAmount', name: 'Commissions amount' },
  25. ]
  26. );
Add Comment
Please, Sign In to add comment