SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js

Home Page:https://adminjs.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature]: Auto refresh table data based perdiocally

anwarsalim08 opened this issue · comments

Description

I want to have the ability to choose a time interval in which the table will auto refresh for example every 10 seconds

Suggested Solution

adding timer selection next to the filter. in which when activated the timer will start a periodic interval.

Alternatives

No response

Additional Context

No response

You'd have to override list action component so that fetchData from useRecords hook is run in intervals.