Is there an existing issue for this?
Describe the bug
When the IsAsync property of TableCellPopConfirmButton is set to true, the loading animation is not displayed when a long-running operation is executed through the OnConfirm callback.
Expected Behavior
The loading animation is displayed when execute OnConfirm action.
Interactive render mode
Interactive WebAssembly (Client-side rendering (CSR) using Blazor WebAssembly)
Steps To Reproduce
- Add a table
- Add TableCellPopConfirmButton in BeforeRowButtonTemplate
await Task.Delay(1000) in OnConfirm callback
Exceptions (if any)
No response
.NET Version
NET8.0
Anything else?
No response