Description of the limitation and why it is relevant to address
As a developer I want to be able to add a simple TableView so that I can quickly show tabular results to my users
I think this is relevant for the VIKTOR platform because tabular results are very frequent and there is not a very simple way to achieve this at the moment
That only works when you know the cells where the values go into. I need to print a fairly large table that spans across multiple pages. Also the table dimensions itself is dynamic, so I canāt place a tag for each of the cell.
Current workaround of adding a plotly table as a figure in the word is a temporary fix for me, but since the table spans across multiple page, it clips off the portions of the table that canāt fit within page.
Hello,
It seems that the CSV download option ignores non-numeric values.
In the example, it would download a CSV with blanks in the Names column and Boolean column.
Is there a way to download a CSV with all values?
Otherwise, can we hide this download button, as the data downloaded by the user would be incomplete?
Thanks
Hi @fzhou: thanks for reporting. We are aware of this issue and are implementing a fix that will make sure the values are included again. Will land in production soon