📄️ Headers
Customize Headers using headerOptions
📄️ Footers
In the GridOptions interface, the below properties are available to customize the footer.
📄️ Filters
Filters are one of the most powerful features of the React DataGrid. In fact, we've built filters into their own stand alone behavior that can
📄️ Toolbar
The toolbar is the main navigation bar of the datagrid. By default, it is divided into two sections: the left section and the right section.
📄️ Body
Now that we have covered headers, footers, filters, toolbar, lets dive into the most important part of the grid, the data!
📄️ Export
On the toolbarOptions prop, you can set the print and export options to true to enable the Export to PDF and Export to Excel buttons.
📄️ Congratulations!
Phew! You've made it to the end of the tutorial. You've learned how to: