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

[Feature] 透视表通过setRecords方式更新数据源时 emptyTip需要动态更新 #1953

Closed
liumengyaoo opened this issue Jun 19, 2024 · 0 comments · Fixed by #1954
Closed
Assignees
Labels
bp bp feature 新需求

Comments

@liumengyaoo
Copy link

What problem does this feature solve?

以下代码「暂无数据」提示始终存在,即使data.length>0。期望当data.length>0时「暂无数据」提示不展示

<PivotTable
          records= {data}
         options={{emptyTip: '暂无数据'}}
        />

What does the proposed API look like?

对齐在options中配置records时emptyTip的展示效果

@liumengyaoo liumengyaoo added the feature 新需求 label Jun 19, 2024
@fangsmile fangsmile changed the title [Feature] react- vtable 通过setRecords方式更新数据源时options中配置的emptyTip能感知到数据源变化 [Feature] 透视表通过setRecords方式更新数据源时 emptyTip需要动态更新 Jun 19, 2024
@fangsmile fangsmile self-assigned this Jun 19, 2024
@fangsmile fangsmile linked a pull request Jun 19, 2024 that will close this issue
21 tasks
@fangsmile fangsmile added the bp bp label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bp bp feature 新需求
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants