Replies: 4 comments 4 replies
-
Hi @fousasg. Wave supports a single-column interactive checkbox only - https://wave.h2o.ai/docs/widgets/form/table/#checkbox-visibility. Can you elaborate on how the multi-col selection should work? Currently, it's very simple - you either check or not check the row which makes up the whole selection. |
Beta Was this translation helpful? Give feedback.
-
Ideally, I would like to give to the app user a table, like the one presented above, that would be able to "check" some of the columns and then be able to get back those selections. An idea could be to allow a table to have a column that could have a "cell type" of a checkbox. The same way that columns can be tags or processes. |
Beta Was this translation helpful? Give feedback.
-
A real-world example could be that we have a list of variables, and we want to check the ones that should be included in a model-building process and, at the same time, pass modelling constraints (for example, monotonicity) that will be used as modelling settings, like below:
|
Beta Was this translation helpful? Give feedback.
-
I am not sure if the below help. https://community.plotly.com/t/add-checkbox-in-a-dash-datatable/52600 https://www.pythonguis.com/faq/abstract-table-model-question/ |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to create an app with a table with checkboxes in its cells (for many columns) so that the user can make selections.
Like the below:
Then I want to parse that table and use it in the next step.
Is there a way to do that?
Beta Was this translation helpful? Give feedback.
All reactions