Getting Started
Usages
Columns
API References
ngx-panemu-table / Function

initTableWidth

Return object with column keys and the widths

Presentation

function initTableWidth(
  tableElement: HTMLElement,
  keepColWidth: boolean = false,
): { [key: string]: number };

Parameters

NameTypeDescription
tableElement
HTMLElement
keepColWidth
boolean