If you choose this the Editable Table chart type, an additional tab ‘Editable Settings’ will be displayed in the ‘Edit chart’ screen. This tab is used to specify the fields in the table that you want to allow users to edit.
...
HTTP Methods
You can use any of the following methods when defining the Editable Table;
GET
POST
POST (JSON)
POST (All)
For each object you can choose from:
Edit Type Disabled - this object isn’t editable
Text Editor - permit free format entry of a new value
Dropdown Item Selector - You can configure a finite list of acceptable values
...
We’ve then chosen to only allow changes to the Job Role column and specified the values that users will be able to select from a drop-down list.
...
Click the ‘Save’ icon to confirm your choices.
...