UNPKG

dynamic-mat-table

Version:

dynamic-mat-table is an Angular component for presenting large and complex data with a lightning fast performance (at least 10x faster) and excellent level of control over the presentation.

11 lines (10 loc) 252 B
import { ThemePalette } from "@angular/material/core"; export interface ContextMenuItem { name: string; text: string; color: ThemePalette; icon?: string; disabled?: boolean; visible?: boolean; divider?: boolean; }