All is in my title, does data table support transitio-group effect ?
If yes how can i do it ?
It does not. During development it was a bit jarring so I opted to not support it.
Is implementation expected for this issue?
How can i add animation adding items to a data table?
Please, add support for transitions when data rows are added/moved/removed. In my case, the data table is updated based on WebSocket messages, and it is quite important from a UX perspective to see the new entries coming and going rather than having all the values changed at once. Currently, one has to redefined the whole table body for this, losing an awful lot of the benefits offered by the data table.
Most helpful comment
Please, add support for transitions when data rows are added/moved/removed. In my case, the data table is updated based on WebSocket messages, and it is quite important from a UX perspective to see the new entries coming and going rather than having all the values changed at once. Currently, one has to redefined the whole table body for this, losing an awful lot of the benefits offered by the data table.