Interface ITableFactory<T>
- ITableFactory(
header: HTMLElement,
body: HTMLElement,
tableId: string,
style: GridStyleManager,
...extras: unknown[],
): T Parameters
- header: HTMLElement
- body: HTMLElement
- tableId: string
- style: GridStyleManager
- ...extras: unknown[]
Returns T