Here I have 2 custom columns in the table 'eav_attribute_option':
And I want to display this values here:
So, this is my input 'cor'
'<td class="a-center"><input name="option[color][{{id}}]" value="'**DISPLAY COLOR VALUE HERE**'" class="color {required:false}" style="max-width:60px;"><\/td>'
Solved, in my block i have a foreach with the values of attributes, than i send it to the phtml file.