-1

I want the default loading overlay to keep appearing while serverSideRowModel functions are called and suppress the loading spinner that appears while data fetch in my angular application.

1 Answers1

0

You can control overlays manually.

to show:

gridapi.showLoadingOverlay();

to hide:

gridapi.hideOverlay();
un.spike
  • 4,857
  • 2
  • 18
  • 38