Multi-page navigation performance

How would I go about doing that?

@Daniel_Fleuranvil
Below is the simple way that I am doing it.

  1. Create a container1 to hold your components.
  2. Create a variable isLoading
  3. Set the Loading property of container1 to {{ isLoading.value }}
  4. Add an event to button in table list with: isLoading.setValue(true).

    Result:
    Recording 2024-07-25 at 08.46.41
2 Likes

Hey @tac! We just went live with our Multipage Beta which I think could help alot, read more here!

1 Like