Documentation

Row

The Row is part of the Layout components which the Builder supports.

Usage

  • Represents a row element.
  • Rows are used for building responsive layouts in Blank View and App Layout View
  • Allows configuration options such as adding, data managing, and deletion.
  • Rows allow the drag-and-drop of only Col components to them. if you have not already dragged and dropped a component, the drag-and-drop of any other component to a row automatically creates a column for it.

Properties of Interest

Allowed Roles—You can assign certain user roles to a row and it will be rendered only when the currently logged users are authorized with these roles. For more information, refer to the article on authorization.

In this article