RhoInc/Webcharts

Bind the Table object to the DOM

Closed this issue · 1 comments

Similar to #180, but the table workflow in table.transformData() might need to be reworked a bit.

Test notes

  • Load a renderer with a Webcharts table, such as query-overview.
  • In the developer console (hit F12), run d3.select('.wc-table').datum() and verify that a Webcharts table object is returned, i.e. an object with properties data, wrap, table, config, etc.

Tested and confirmed that a Webcharts table object is now returned, instead of an array object.