UNPKG

data-table-kit

Version:

A simple datatable/datagrid for Angular projects

8 lines (7 loc) 202 B
export declare class CellDataContext { private data; private editing; private rowIndex; constructor(data: any, editing: boolean, rowIndex: number); update(edit: any): void; }