All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
18.1
17.2
A newer version of this page is available. Switch to the current version.

jQuery ResponsiveBox - rows

Specifies the collection of rows for the grid used to position layout elements.

Type:

Array<Object>

baseSize

The row's base height. Calculated automatically when the singleColumnScreen option arranges all elements in a single column.

Type:

Number

|

String

Default Value: 0
Accepted Values: 'auto'

Use the Mode enum to specify this option when the widget is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: Auto.

See Also

ratio

The row height ratio.

Type:

Number

Default Value: 1

screen

Decides on which screens the current row is rendered.

Type:

String

Default Value: undefined

Before rendering the row, the widget considers the screen's width. If the width matches the specified size qualifier, the row will be rendered. There are four size qualifiers in all. The screen option accepts one or several of them separated by a space.

Size Qualifier Description
xs Stands for "extra small". Screens with width less than 768 pixels.
sm Stands for "small". Screens with width between 768 and 992 pixels.
md Stands for "medium". Screens with width between 992 and 1200 pixels.
lg Stands for "large". Screens with width more than 1200 pixels.
NOTE
When this option is undefined, the row is rendered on all screens.
See Also

shrink

A factor that defines how much a row height shrinks relative to the rest of the rows in the container.

Type:

Number

Default Value: 1