Limit input in column of editable data table

Hello,

Is there some straight forward way how to limit input in column of editable data table? Let’s say I have data table with two columns (‘item’, ‘values’). I want to set that only strings ‘A’, ‘B’ or ‘C’ can be stored in column ‘values’. I know it is possible to fix this issue via column dropdown but in case when table has larger number of rows it is slowly to click on each value and set it.

Thanks :slight_smile: