Angular Sort Directive - Sorted data is not updating in table with OnPush change detection

后端 未结 0 727
谎友^
谎友^ 2020-12-01 17:15

I\'ve a sort directive used on a table columns which returns a sorted data.

export class SortDirective implements OnInit {
    @Input() data: any[];
    @Inpu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题