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