Vuetify: Does data table support transition -group ?

Created on 30 Apr 2017  路  4Comments  路  Source: vuetifyjs/vuetify

All is in my title, does data table support transitio-group effect ?
If yes how can i do it ?

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.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings