Multiple tables with rich display rendering
Is there a way to define a name or title for each table when using the render_all rich display rendering?
return { "render_all": [ { "table-col": { "foo": [42, 8], "bar": [38, 12] }}, { "table-col": { "foo": [42, 8], "bar": [38, 12] }} ] }
1 Reply
no but that's a good idea, we will see on our side how to allow that