Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

laracoft's avatar
Level 27

Displaying data from an external API

  1. I'm currently calling external API for some data in my mount()
  2. This causes the page to load very slowly depending on the API currently

How do I let filament show the whole page first but with some spinners, then call the API, and when API returns the data, then replace the spinners with the data?

0 likes
2 replies
laracoft's avatar
Level 27

@vincent15000

Yes thanks, I did find other defer loading implementations... is there a built-in one for forms?

Please or to participate in this conversation.