I'm learning how to use the MUI Data Grid React Component (MIT licensed version).
Is it possible to add a title to a Data Grid? Just some simple centered text above the column headers but below the Data Grid border would be great, though having custom components in a title would be ideal.
Is there a built in way to do this?
edit: Here is an example of what I'm trying to do. In this screenshot, I did it by wrapping the DataGrid in a div and giving that div a border, and removing the DataGrid border.
Is there some way to do this natively with the Data Grid interface?

