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