Have a CSV file with 2 columns (name, preferred colours)
Alice,“blue, purple”
Bill, “red,green”
John,blue
When I load the data into a table the dropdown menu of the “preferred colours” column allows me to select only from the following options :
- blue, purple
- red,green
- blue
Is there a way to customize the options of the dropdown menu of the column to get - blue
-purple
-red
-green
Instead ?
Thanks in advance for your feedback.
Vincent
PS: I use pure javascript