You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interactive tables are a useful feature to share a table of data and present some information in a simple format. Its useability could be improved with the following changes:
Add ability to link column header to an article.
Add the option to turn any column cells into header cells.
Column type for variables.
Add basic BBCode support in text fields.
Store Article ID in Article Column instead of link to make sure that the link stays up to date.
Show Excerpt, Mousover Snippet or Article Preview when hovering the link for the article.
Table description field should support BBCode
Table description field should have an option to add below the title instead of at the bottom.
CSV Importer Fixes & Improvements
Checkboxes can't be imported checked.
The navigate option for links breaks the table import.
The image column ignores the navigate option flag.
Adding " (double quotes) to the text field prevents it from being displayed.
Long Text can't contain line breaks. Since quotes don't work and \n is not interpreted.
The import is supposed to tell you if it fails, but currently the error message display has a bug which prevents it from doing so. Open up the console with F12 to see what is going on.
The csv export does not consider quotes as delimiter for cells. Which means that none of the cells may contain any commas.
The text was updated successfully, but these errors were encountered:
Interactive tables are a useful feature to share a table of data and present some information in a simple format. Its useability could be improved with the following changes:
The text was updated successfully, but these errors were encountered: