layout: docs title: Table Auto Refresh description: Table Auto Refresh extension of Bootstrap Table. group: extensions
{% highlight html %} {% endhighlight %}
Attribute: data-auto-refresh
type: Boolean
Detail:
Set true to enable auto refresh plugin. This does not mean enable auto refresh. This allows the user to enable/disable auto refresh by clicking the button.
falseAttribute: data-auto-refresh-status
type: Boolean
Detail:
Set true to enable auto refresh. This is the state auto refresh will be in when the table loads. Clicking the button toggles this property. This is simply the default state of auto refresh as the user can always change it by clicking the button.
trueAttribute: data-auto-refresh-interval
type: Number
Detail:
Time in seconds for auto refresh to occur every.
60Attribute: data-auto-refresh-silent
type: Boolean
Detail:
Set true to auto refresh silently.
true