initTableWidth
Return object with column keys and the widths
Presentation
function initTableWidth (
  tableElement: HTMLElement,
  keepColWidth: boolean = false,
): { [key: string]: number };Returns
{ [key: string]: number; }Parameters
| Name | Type | Description | 
|---|---|---|
| tableElement | HTMLElement | |
| keepColWidth | boolean | 

