UNPKG

gridjs

Version:

Advanced table plugin

4 lines (3 loc) 293 B
import Tabular from '../tabular'; import { OneDArray, TCell, TColumn } from '../types'; export default function (keyword: string, columns: OneDArray<TColumn>, ignoreHiddenColumns: boolean, tabular: Tabular, selector?: (cell: TCell, rowIndex: number, cellIndex: number) => string): Tabular;