Last updated 1 month ago
You can add Header and/or Footer to your grid by using the #header and #footer Slots, it's as simple as that. Using these slots also has the advantage of being contained in the same container making them the same width as the grid container.
#header
#footer
/
Component
<SlickgridReact gridId="grid" columnDefinitions={columns} gridOptions={options} dataset={dataset} header={<Header />} footer={<Footer />} />