Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It does't work if you directly using expandedRowRender on <a-table /> #6782

Closed
1 task done
DesignHhuang opened this issue Jul 26, 2023 · 1 comment · Fixed by #6783
Closed
1 task done

It does't work if you directly using expandedRowRender on <a-table /> #6782

DesignHhuang opened this issue Jul 26, 2023 · 1 comment · Fixed by #6783
Labels

Comments

@DesignHhuang
Copy link
Contributor

DesignHhuang commented Jul 26, 2023

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

Version

3.2.20

Environment

  • os version: window 11,
  • browser version: Google Chrome 113.0.5672.127,
  • Vue version: 3

Reproduction link

Edit on CodeSandbox

Steps to reproduce

it does't work if directly using expandedRowRender on

just like this:

<a-table :columns="columns" :data-source="data" :expandedRowRender="() => 'test'" />

What is expected?

I expect it can render normally

What is actually happening?

expandedRowRender does't work

#6783

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant