0

I want to do three things -

  1. Correct the display
  2. Putting custom icons for the toolbar item
  3. Add a custom toolbar option.

enter image description here

This is how I am using Datagrid.
  <Grid item xs={12}>
    <DataGridPremium
      columns={columns}
      rows={rows}
      slots={{ toolbar: GridToolbar }}
      components={{
        Toolbar: GridToolbar,
      }}
      autoHeight
      checkboxSelection
    />
  </Grid>
Olivier Tassinari
  • 8,238
  • 4
  • 23
  • 23
p zankat
  • 75
  • 2
  • 14

0 Answers0