'How to add animation to Material Table?
I started using Material Table. Here is the link: https://material-table.com/#/
Everything seems to be nice, but there is missing animation on grouping or searching / filtering data.
Is anyone who tried to add it?
Here is my code:
<MaterialTable
title=''
icons={tableIcons}
options={{
headerStyle: { position: 'sticky', top: 0 },
maxBodyHeight: vh,
minBodyHeight: 436,
paging: false,
exportButton: true,
defaultExpanded: true,
}}
columns={data.columnDefs}
data={data.rowData}
parentChildData={(row, rows) => rows.find((item) => item.platform === row.parentId)}
/>
If anyone was working with this lib would be great. Thanks a lot!
Have a nice day :)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|