Adição do scroll para a lista de lembrete
parent
f0e5167edd
commit
7add5e4cd2
|
@ -566,6 +566,13 @@ const handleModal = (rowData) => {
|
|||
width: 300,
|
||||
},
|
||||
|
||||
pageSize: 20,
|
||||
headerStyle: {
|
||||
position: "sticky",
|
||||
top: "0"
|
||||
},
|
||||
maxBodyHeight: "400px",
|
||||
|
||||
rowStyle: {
|
||||
fontSize: 12,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue