Closed acamenhas closed 5 years ago
Hi @acamenhas
You can add the labelWidth
as follows:
<RadDataForm :source="album">
<TKEntityProperty v-tkDataFormProperty name="bandName">
<TKPropertyEditor v-tkEntityPropertyEditor type="Text">
<TKPropertyEditorStyle v-tkPropertyEditorStyle
fillColor="#4db6ac" labelWidth="60"
labelFontStyle="red">
</TKPropertyEditorStyle>
</TKPropertyEditor>
</TKEntityProperty>
</RadDataForm>
For further how to related questions, please use StackOverflow.
:wave: @acamenhas, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please, use Stackoverflow to get help.
Hi all, How can apply the labelWidth property in my VUE RadDataForm? Can you give me a small example? Thank you Artur