SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js
https://adminjs.co
MIT License
8.06k stars 646 forks source link

[Feature]: Auto refresh table data based perdiocally #1640

Open anwarsalim08 opened 3 months ago

anwarsalim08 commented 3 months ago

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

dziraf commented 3 months ago

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