angular2-smart-table icon indicating copy to clipboard operation
angular2-smart-table copied to clipboard

Custom filter forces the implementation of ngOnChanges

Open uap-universe opened this issue 8 months ago • 0 comments

https://github.com/dj-fiorex/angular2-smart-table/blob/a48d0205bebabb700ef59922cd39d3efce80ad03/projects/angular2-smart-table/src/lib/components/filter/custom-filter.component.ts#L31

Following options to solve this:

  • do not force the implementation
  • document it better and create a proper interface

uap-universe avatar Feb 20 '25 13:02 uap-universe