I have a Blueprint dashboard using the Device List widget. I’d like to allow the user to be able to edit the values for one of the columns. This column is associated with a device parameter. Allow edit is enabled for the column.
The existing device parameter value is displayed, but it can’t be edited.
Please check the following, which may help resolve the issue with editing a Device List field:
Enable Control Column
In the widget settings, ensure the option “Show control column” is enabled. This is what shows the pencil icon for editing.
Go to the widget settings > Options
Enable: Show control column
Without this, the edit icon won't appear—even if "Allow edit" is checked for a specific column.
Verify Column Settings
Confirm that the specific column has “Allow edit” enabled and is linked to a valid device parameter.
Check for API Errors
Open your dashboard, right-click > Inspect > go to the Network tab, and try editing the field. Look for failed requests to [https://api.tago.io](https://api.tago.io).
Here’s a quick guide to help: Chrome DevTools – Network Tab
If any errors appear, feel free to share them here for further help.