Skip to main content

renderTable

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/rendering/helpers/renderSummaryHelpers / renderTable

Function: renderTable()

renderTable(__namedParameters: { container: HTMLElement; data: FitSummaryData; gearBtn: HTMLElement; setVisibleColumns: (cols: string[]) => void; visibleColumns: string[]; }): void

Defined in: utils/rendering/helpers/renderSummaryHelpers.ts:164

Renders the summary and lap table into the provided container.

Parameters​

__namedParameters​

container​

HTMLElement

data​

FitSummaryData

gearBtn​

HTMLElement

setVisibleColumns​

(cols: string[]) => void

visibleColumns​

string[]

Returns​

void