Skip to main content

renderTable

FitFileViewer - API Documentation v29.4.0


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

Function: renderTable()

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

Defined in: utils/rendering/helpers/renderSummaryHelpers.js:119

Render the summary / laps table into the provided container.

Parameters​

params​

container​

HTMLElement

data​

FitSummaryData

visibleColumns​

string[]

setVisibleColumns​

(cols: string[]) => void

gearBtn​

HTMLElement

Returns​

void