How to make jquery table which is refreshing itself in every 10 secs?

前端 未结 3 2061
后悔当初
后悔当初 2021-01-16 17:47

I am making admin portal, where admin can see the total number of current booking, for this we have to refresh table every 10 sec automatically and there wi

3条回答
  •  庸人自扰
    2021-01-16 18:00

    You could simply use jQuery datatables. This is a fully featured jQuery plugin for tables with huge data sets, which supports things like refreshing in a given time interval. See here

提交回复
热议问题