Vue Form - colCountByScreen
The following code sample illustrates how to set this property:
App.vue
- <template>
- <DxForm ...>
- <DxColCountByScreen :xs="2"/>
- </DxForm>
- </template>
- <script>
- import DxForm, { DxColCountByScreen } from 'devextreme-vue/form';
- export default {
- components: {
- DxForm,
- DxColCountByScreen
- }
- }
- </script>
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.