Example of undefined in React Grid Component

/
/
StickyHeader

This sample demonstrates the Grid component with the sticky header feature. In this sample, the header will be visible when the parent element is scrolled.

More Details...

Loading....
Description

The Grid headers can be fixed while scrolling its parent element. It can be done by setting the enableStickyHeader property.

In this demo, while scrolling the demo page, the Grid header will be stick to the top of its parent element.

More information on the stacked header configuration can be found in this documentation section.