Procházet zdrojové kódy

all rewards has updated filter components

tags/2.037
Patrick Sun před 4 roky
rodič
revize
ca4db99995
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +1
    -1
      src/app/grid-filter/date-filter/date-filter.component.ts
  2. +1
    -0
      src/app/list-all-rewards/list-all-rewards.component.html

+ 1
- 1
src/app/grid-filter/date-filter/date-filter.component.ts Zobrazit soubor

} }


public onDateChange(d: Date): void { public onDateChange(d: Date): void {
console.log(this.date);
// console.log(this.date);
this.debouncedDoFilter().then(); this.debouncedDoFilter().then();
} }
public onRangeChange(r: number): void { public onRangeChange(r: number): void {

+ 1
- 0
src/app/list-all-rewards/list-all-rewards.component.html Zobrazit soubor

[sortable]="true" [sortable]="true"
[pageable]="true" [pageable]="true"
[filterable]="true" [filterable]="true"
[resizable]="true"
[selectable]="selectTableSettings" [selectable]="selectTableSettings"


kendoGridSelectBy="Id" kendoGridSelectBy="Id"

Načítá se…
Zrušit
Uložit