GenieFramework / StippleUI.jl

StippleUI is a library of reactive UI elements for Stipple.jl.
MIT License
82 stars 15 forks source link

support any Tables compatible type in StippleUI.Tables #98

Closed hhaensel closed 1 year ago

hhaensel commented 1 year ago

This PR fixes #97. There shall be another PR that removes DataFrames dependency and moves stipple_parse methods to an extension. Without DataFrames being loaded DataTable() should then resolve to DataTable(Tables.table(Any[;;]))