Przeglądaj źródła

all rewards has updated filter components

tags/2.037
Patrick Sun 4 lat temu
rodzic
commit
ca4db99995
2 zmienionych plików z 2 dodań i 1 usunięć
  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 Wyświetl plik

} }


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 Wyświetl plik

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


kendoGridSelectBy="Id" kendoGridSelectBy="Id"

Ładowanie…
Anuluj
Zapisz