UNPKG

@lucasheight/kendo-grid-state

Version:

A helper library that implements a directive to manage grid state during session or between sessions for Progress Kendo UI for Angular Grid.

8 lines (7 loc) 190 B
import { State } from "@progress/kendo-data-query"; import { Column } from "./Column"; export interface IGridState { columns: Column[]; state: State; expandedRows?: boolean[]; }