Function fromList

Creates a table of data points for each object in the map

const t = DataTable.fromList(parentEl, map);
t.update(newMap);
  • Parameters

    • parentOrQuery: string | HTMLElement
    • data: Map<string, object>

    Returns DataTable<Map<string, object>>