Description of the limitation and why it is relevant to address
As a developer I use WebView / Plotly tables a lot.
The new TableView from Viktor is a nice new feature that solves one of the disadvantages of Plotly in that it allows the user to copy the table, not currently possible with plotly webview.
However another feature of Plotly that I use a lot are the buttons, these allow the user to switch tables without having to update the visualisation.
In my case, i have a table per model. I dont want to show all the tables at once. Buttons allow quick switching.
The viktor workaround currently would be having a field to say which model you want to see, and clicking update. This is slow/ unfriendly.
Thus i would like to request a button feature that is shown in the TableView.