UNPKG

@jcbautistam/custom-table

Version:

Librería de tabla reutilizable con acciones, filtros, exportación y más.

7 lines (6 loc) 164 B
export interface TableConfig { pageSizeOptions: number[]; headerColumFontSize?: number; heightRow?: string; createCallback?: (data: any) => void; }