JavaScript/jQuery Form - colCountByScreen
Type:
Default Value: undefined
The following code sample illustrates how to set this property:
JavaScript
- $(function() {
- $("#formContainer").dxForm({
- // ...
- colCountByScreen: {
- xs: 2
- }
- });
- });
Feedback