Browse Source

all rewards has updated filter components

tags/2.037
Patrick Sun 4 years ago
parent
commit
ca4db99995
2 changed files with 2 additions and 1 deletions
  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 View File

} }


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 View File

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


kendoGridSelectBy="Id" kendoGridSelectBy="Id"

Loading…
Cancel
Save