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

Improve the render capability in DataTable #87

Open
ecircenis opened this issue Oct 8, 2020 · 0 comments
Open

Improve the render capability in DataTable #87

ecircenis opened this issue Oct 8, 2020 · 0 comments

Comments

@ecircenis
Copy link

The render capability allows for defining the content of a table cell, but that same content is then repeated for all table cells in the same column. This makes it difficult to prototype cells containing things like status icons, for example, where the prototype intends to show a variety of different states for different table rows.

Suggestions:

  1. (not great) Allow the render box to contain an Alternative and cycle through the options as rows are created.
  2. (great) Give the user the ability to specify render content for specific rows. A way to do this might be to key off of values in the JSON data for that column to indicate which named component should be displayed in a cell.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant