CreateTableElement
cartographer / createTableElement
Function: createTableElement()
Section titled “Function: createTableElement()”createTableElement(
container,columns,items,schemaFields):HTMLTableElement
Defined in: components/DatacoreComponentView.ts:79
Utility to create a simple table DOM element
Parameters
Section titled “Parameters”container
Section titled “container”HTMLElement
columns
Section titled “columns”object[]
schemaFields
Section titled “schemaFields”object[]
Returns
Section titled “Returns”HTMLTableElement