The Data Grid comes with placeholder content slots that live within the contextual provider.
When provided, any component used for the slot will have access to the Data Grid context
via the useDataGridContext hook.
You can utilize a slot by adding the name of the slot as a property to the DataGrid component
and passing in the preferred ReactNode.
Data Grid Slots
In this demo we show the location of each slot provided for the Data Grid.