Parcourir la source

customize grid height and content

tags/2.037
Patrick Sun il y a 5 ans
Parent
révision
dba6317895
2 fichiers modifiés avec 3 ajouts et 7 suppressions
  1. +0
    -4
      src/app/main-menu-items.ts
  2. +3
    -3
      src/app/transaction-list/transaction-list.component.html

+ 0
- 4
src/app/main-menu-items.ts Voir le fichier

{ 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' }
] ]
}, },
{ {

+ 3
- 3
src/app/transaction-list/transaction-list.component.html Voir le fichier

[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 }"
> >

Chargement…
Annuler
Enregistrer