SciProgCentre / plotly.kt

An interactive Kotlin wrapper for plotly visualization tools
https://sciprogcentre.github.io/plotly.kt/
Apache License 2.0
147 stars 21 forks source link

Add support for Table model #59

Closed ArtificialPB closed 3 years ago

ArtificialPB commented 3 years ago

This PR adds support for plotly Table model/widget. It includes most of the available table properties.

Thanks for making this, library works great.

altavir commented 3 years ago

@ArtificialPB Published in dev repository under 0.3.1-dev-4.

ArtificialPB commented 3 years ago

@altavir Thanks! Happy to contribute