Explorar el Código

all rewards has updated filter components

tags/2.037
Patrick Sun hace 4 años
padre
commit
ca4db99995
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  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 Ver fichero

@@ -52,7 +52,7 @@ export class DateFilterComponent extends BaseFilterCellComponent implements OnI
}

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

+ 1
- 0
src/app/list-all-rewards/list-all-rewards.component.html Ver fichero

@@ -4,6 +4,7 @@
[sortable]="true"
[pageable]="true"
[filterable]="true"
[resizable]="true"
[selectable]="selectTableSettings"

kendoGridSelectBy="Id"

Cargando…
Cancelar
Guardar