Skip to content

CustomRender cannot use synchronous methods #5860

@XKFxiongkaifei

Description

@XKFxiongkaifei
  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

CustomRender cannot use a synchronous method because it cannot be returned using a synchronous method.
Example: customRender: async ({value}) ={
await getList();
}.
The return value cannot be rendered.

What does the proposed API look like?

Windows10,Chrome103.0.506,Vue3.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions