What is the best practice to make sure the user only can take one action at a time?

I have a web application where a user can perform actions on rows of data. When an action is performed all other actions should be disabled until the action is done. Usually it takes < 1 sec for an action to be performed by the backend …
share this post : )
What is the best practice to make sure the user only can take one action at a time?

I have a web application where a user can perform actions on rows of data. When an action is performed all other actions should be disabled until the action is done. Usually it takes < 1 sec for an action to be performed by the backend …
share this post : )
What is the best practice to make sure the user only can take one action at a time?

I have a web application where a user can perform actions on rows of data. When an action is performed all other actions should be disabled until the action is done. Usually it takes < 1 sec for an action to be performed by the backend …