loading indicator between table tabs
Any ideas about adding a loading indicator when switching between table tabs
7 Replies
What is the goal?
I have a resource that display orders data with three different tabs. \Each tab has a set of data displayed based on conditions and ordered based on some criteria.
The data takes time to load, which is my concern to display some indicator the user know if they clicked on the tab and it fetching the data
try this in your ListPage
❤️
Thank you so much @Leandro Ferreira, I appreciate your time
Is there a render hook to add the loading indicator on the entire table with a timeout option? making sure user can't click on other tabs or fitlers while fetching this data?