UNPKG

angular2-data-table

Version:

angular2-data-table is a Angular2 component for presenting large and complex data.

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