Toggle page loading: Enable and disable

Remember that it is important to enabling a toggle page loading so you can execute
a function that requires consulting and showing data.

  • First of all, you must add the toggle page loading function

  • In your Entry Vars, you must enable the loader in onlyEnable

  • And when executing your function and showing a result (Usually in the Callbacks of
    your function), you must enable it.

  • It is important to turn your loaders on and off correctly so you can visualize your
    content and not to keep the loader active, loading infinitely.