I’m working with the new Datagrid element, but I haven’t found a way to use dropdowns or multiselects within the cells for editing data.
Currently, if I have a column in my Xano database with enum values, I want to allow users to select from those predefined values when editing a row in the Datagrid. However, right now, the only option is to manually type the value.
To work around this, I’m using an alert to display the possible values, but this isn’t an ideal solution. Am I doing something wrong here? Is there a way to implement dropdown or multiselect inputs directly within the Datagrid cells?
do u mean u are manually putting the default value at the dropdown/multiselects because the default value is being null?
The only way that i found to update data using multiselect is to update with a workflow inside the multiselect, when event changed (when multiselect value changed) update.
I’m actually running into the same issue. I don’t see the setting in the drop-down whenever where I’m supposed to even choose all of the options for the drop-down
The team have already added the possibility for you to add a custom cell in the new Datagrid element, so you are now able to set the dropdown inside the new Datagrid element.
Hey @gonzor_automation!
You can add select elements inside the datagrid by setting the column type to custom and dropping a multi-select element. You can find more information here in our docs.