Show preloader while data is loading

@George, thanks for this.

The loader works only when the page is loaded for the very first time.

Let’s say in the current page I have a table with thousand records and the table has paging. When we browse the recordset to the next page, unfortunately the loader does not show up.

How to display the loader after we click on “Next” link while end-users are waiting the records to be displayed in the second page?

Hello,
The preloader only appears on page load.
You can show a custom animation/preloader/element using the executing state of your server action. It’s similar to what is explained here for spinner icon:

1 Like

Thanks, @Teodor.

Unfortunately, I do not know how to create a custom animation as well as the existing Preloader component.

Could you please me guide me in the right direction?

You can just show a container or some text including an animated icon as explained in the link I sent you.

Thank you. I chose Border Spinner component, and now it works properly.