How would I go about doing that?
@Daniel_Fleuranvil
Below is the simple way that I am doing it.
- Create a container1 to hold your components.
- Create a variable
isLoading
- Set the
Loading
property ofcontainer1
to{{ isLoading.value }}
- Add an event to button in table list with:
isLoading.setValue(true)
.
Result:
2 Likes
Hey @tac! We just went live with our Multipage Beta which I think could help alot, read more here!
1 Like