UNPKG

angular-pivot-table

Version:

Angular Pivot Table is a simple pivot table built in Angular. If data needs to be grouped by fields then check out this <a href="https://github.com/debabratapatra/ngtreegrid" target="_blank">ngtreegrid</a> Package. If header needs to be fixed/freezed and

11 lines (10 loc) 253 B
import { CssClass } from './CssClass.model'; export interface Configs { css: CssClass; data_loading_text: string; height?: string; row_class_function: Function; row_select_function: Function; rows: string; columns: string; }