10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
|
|
<Paper sx={{ height: 400, width: '100%' }}>
|
||
|
|
<DataGrid
|
||
|
|
rows={rows}
|
||
|
|
columns={columns}
|
||
|
|
initialState={{ pagination: { paginationModel } }}
|
||
|
|
pageSizeOptions={[5, 10]}
|
||
|
|
checkboxSelection
|
||
|
|
sx={{ border: 0 }}
|
||
|
|
/>
|
||
|
|
</Paper>
|