export class NgxBooleanFilterComponent implements OnInit {
  @Input() rows: any[];
  @Input() cell: HeaderCell;
  @Input() items: any[];