| { text: 'Add+', icon: 'plus', popup: "loanEdit" }, | { text: 'Add+', icon: 'plus', popup: "loanEdit" }, | ||||
| { text: 'Edit', icon: 'plus', url: "./#transaction" }, | { text: 'Edit', icon: 'plus', url: "./#transaction" }, | ||||
| { text: 'List All', icon: 'table' ,url: './#transaction-list' }, | { text: 'List All', icon: 'table' ,url: './#transaction-list' }, | ||||
| { text: '--', separator: "true" }, | |||||
| { text: 'Export All Loans' , icon: "excel"}, | |||||
| { text: '--', separator: "true" }, | |||||
| { text: 'Search', icon: 'search' } | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { |
| [kendoGridBinding]="gridView" | [kendoGridBinding]="gridView" | ||||
| kendoGridSelectBy="id" | kendoGridSelectBy="id" | ||||
| [selectedKeys]="mySelection" | [selectedKeys]="mySelection" | ||||
| [pageSize]="30" | |||||
| [pageSize]="20" | |||||
| [pageable]="true" | [pageable]="true" | ||||
| [sortable]="true" | [sortable]="true" | ||||
| [groupable]="true" | |||||
| [groupable]="false" | |||||
| [reorderable]="true" | [reorderable]="true" | ||||
| [resizable]="true" | [resizable]="true" | ||||
| [height] = "1500" | |||||
| [height] = "1170" | |||||
| class="fullheight_grid" | class="fullheight_grid" | ||||
| [columnMenu]="{ filter: true }" | [columnMenu]="{ filter: true }" | ||||
| > | > |