livebook-dev / kino

Client-driven interactive widgets for Livebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support structs in data_table

josevalim opened this issue · comments

We should not show fields starting with underscore by default. We could add a show_underscored: true if someone wants to disable this behaviour. This will allow us to cleanly handle things like __struct__ and __meta__ fields.