scrollable.virtual Boolean|String (default: false)

Configures the grid virtualization settings. If set to true the grid will enable row virtualization and display a single page of data. Scrolling would just change the data which is currently displayed.

Can also be set to the following string values:

  • "rows" - enables virtualization of rows.
  • "columns" - enables virtualization of columns.
  • "rows, columns" - enables virtualization of both rows and columns.

For columns virtualization to work, define widths for the columns. For additional information about the configuration of this functionality, visit the Virtual Scrolling documentation article.

Check Virtualization of local data, Virtualization of remote data and Colums Virtualization for live demos.

In this article