Interface HorizontalRecyclingOptions

The grid supports horizontal recycling. This means that the grid will only render the columns that are visible. This is useful for large grids with many columns. This interface allows you to control which sections of the grid are recycled. By default, all sections are recycled.

Hierarchy

  • HorizontalRecyclingOptions

Properties

body?: boolean

The flag to enable horizontal recycling for the body. Default is true.

filter?: boolean

The flag to enable horizontal recycling for the left locked section. Default is true.

footer?: boolean

The flag to enable horizontal recycling for the footer. Default is true.

header?: boolean

The flag to enable horizontal recycling for the header. Default is true.

Generated using TypeDoc