vuetable-2 icon indicating copy to clipboard operation
vuetable-2 copied to clipboard

Auto refresh vue-table

Open iamjodi opened this issue 4 years ago • 1 comments

Hi,

Can we set timer for auto refresh vuetable-2?

Vue.nextTick( () => this.$refs.tbData.refresh() )

I want to refresh every 2, 5, 30, 60 minutes. By user choosen.

Thanks!!!

iamjodi avatar Sep 16 '19 10:09 iamjodi

Just set a time interval and refresh whenever you want.

andrew-bibby avatar Feb 05 '20 17:02 andrew-bibby