UNPKG

@swimlane/ngx-datatable

Version:

ngx-datatable is an Angular table grid component for presenting large and complex data.

3 lines (2 loc) 216 B
export declare function selectRows(selected: any[], row: any, comparefn: any): any[]; export declare function selectRowsBetween(selected: any[], rows: any[], index: number, prevIndex: number, comparefn: any): any[];