intermine / im-tables

Dynamic Result Table Library
Other
9 stars 27 forks source link

Expose the `Table.create` static method #232

Closed JM-Mendez closed 4 years ago

JM-Mendez commented 4 years ago

As part of the rewrite for the data browser, I'd like to handle rendering the view myself, rather than with this library. This library will still be responsible for creating the table data structure.

This commit exposes just the Table.create static method to allow us.

JM-Mendez commented 4 years ago

I've decided to use imjs directly, and no longer need this method exposed for the intermine data browser.