I have a dataprovider column that is numbers. I want to convert these numbers into a display text so it's more readable for the user. However, I also want this data to be connected to a Button Group so the user can change the data in that column.
The problem is that the Button Group only takes a valuelist.
Is there a way to make the valuelist a 2D array where one column is the real value, and the other is the display text? And then, how would that be setup into an actual Input Group / Button Group?
ie
real value vs display text
[ 0, 'None' ],
[ 1, 'Read Only' ]