RhoInc / Webcharts

Reusable, flexible, interactive charts with JavaScript
MIT License
34 stars 6 forks source link

Table header doesn't update on table.draw() #139

Closed jwildfire closed 7 years ago

jwildfire commented 7 years ago

In the current v1.9.0 build, the table header is only modified in table.layout(). This means that modifying table.config.cols or table.config.headers after table.init() is called causes problems like in this issue in the ae-timeline repo.

jwildfire commented 7 years ago

Don't see any major problem with setting up thead in table.layout() and then using the standard enter/update/exit paradigm for the thcells in table.draw()

samussiah commented 7 years ago

Test notes:

mhickle commented 7 years ago

Pass

36

35