eddie5
February 16, 2022, 6:41pm
1
In this part of @ben’s video on building out user administration he adds a Load action under Server Connct. I’m not clear on the purpose of doing this.
@ben states that he is reloading the database query to cater to the new user, but I’m not really clear on what that means.
Can anyone let me know what the purpose of this step is?
Much appreciated.
Teodor
February 16, 2022, 6:45pm
2
The purpose of load action is to reload the data only (and get new data), without refreshing the whole page in the browser.
3 Likes
eddie5
February 16, 2022, 7:01pm
3
Thanks, @Teodor .
So if @ben had not included the Load step, then would the new user not have automatically appeared (without page refresh) in the list of users that he later adds to the left hand side of the page?