Skip to content

bug(TableCellPopConfirmButton): IsAsync is not working inTableCellPopConfirmButton #6566

@JerryJian

Description

@JerryJian

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Add a table
  2. Add TableCellPopConfirmButton in BeforeRowButtonTemplate
  3. await Task.Delay(1000) in OnConfirm callback

Exceptions (if any)

No response

.NET Version

NET8.0

Anything else?

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions