UNPKG

gridjs

Version:

Advanced table plugin

7 lines (6 loc) 163 B
import Tabular from '../tabular'; export interface ContainerEvents { beforeLoad: () => void; load: (data: Tabular) => void; ready: () => void; }