Implement your own custom table views

It would be great to have the ability to contribute custom table views.

For example, one of the views I’d like is a timeline view. A visualization that takes in some events and dates and displays it simply on a timeline. Like the gantt chart but not requiring both start and end dates. I can think of other types of views I have wanted in the past, like gauges, sankey graphs and other types of formatted data.

Like how developers can contribute packs, it would be great to be able to contribute views that extend the 5 basics (card, table, chart, etc)

1 Like

While you cannot do that (yet?), here’s the closest thing you can have to a custom view, specifically a timeline:

See the whole thread and the linked docs. Some good uses there.