I' using DataGrid from MUI and i really want to hide this, how can i do this, thanks
you can use hideFooterPagination and hideFooterSelectedRowCount in props dataGrid
hideFooterPagination
hideFooterSelectedRowCount
<DataGrid rows={rows} columns={columns} hideFooterPagination hideFooterSelectedRowCount />