Adição do scroll para a lista de lembrete

pull/1/head
adriano 2022-04-04 14:09:57 -03:00
parent f0e5167edd
commit 7add5e4cd2
1 changed files with 7 additions and 0 deletions

View File

@ -566,6 +566,13 @@ const handleModal = (rowData) => {
width: 300,
},
pageSize: 20,
headerStyle: {
position: "sticky",
top: "0"
},
maxBodyHeight: "400px",
rowStyle: {
fontSize: 12,
}