Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements: Interactive Tables #36

Open
16 tasks
Kordishal opened this issue Aug 2, 2021 · 0 comments
Open
16 tasks

Improvements: Interactive Tables #36

Kordishal opened this issue Aug 2, 2021 · 0 comments
Assignees
Labels
Interactive Tables Any issues related to interactive tables.

Comments

@Kordishal
Copy link
Collaborator

Kordishal commented Aug 2, 2021

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.
@Kordishal Kordishal added the Interactive Tables Any issues related to interactive tables. label Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Interactive Tables Any issues related to interactive tables.
Projects
None yet
Development

No branches or pull requests

2 participants