UNPKG
@jcbautistam/custom-table
Version:
latest (0.0.2)
0.0.2
0.0.1
Librería de tabla reutilizable con acciones, filtros, exportación y más.
@jcbautistam/custom-table
/
lib
/
Interfaces
/
TableConfig.d.ts
7 lines
(6 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
TableConfig
{
pageSizeOptions
:
number
[];
headerColumFontSize
?:
number
;
heightRow
?:
string
;
createCallback
?:
(
data
:
any
) =>
void
; }