ixfx
    Preparing search index...

    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 Dom.DataTable.DataTable<Map<string, object>>