Optional
bodyThe flag to enable horizontal recycling for the body. Default is true.
Optional
filterThe flag to enable horizontal recycling for the left locked section. Default is true.
Optional
footerThe flag to enable horizontal recycling for the footer. Default is true.
Optional
headerThe flag to enable horizontal recycling for the header. Default is true.
Generated using TypeDoc
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.