UNPKG

@swimlane/ngx-datatable

Version:

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

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