如何在反应表中触发子组件

发布于 2025-01-17 08:29:22 字数 686 浏览 0 评论 0原文

我正在尝试使用懒惰的负载子组件,如

https://codesandbox.io/s/github/github/tannerlinsley/react-table/tree/tree/v7/examples/sub-components/sub-components-lazy-lazy

组件 - lazy 在子组件发生更改后触发子组件。

例如,

想通过触发

来重新渲染子组件列表(懒负载),我想重新渲染子组件列表(懒负载),

API调用(Lazy Loading)我不想使用

此处桌子。

例如,如果用户创建一个新记录(子组件),我想触发子组件列表重新渲染程序

I am trying to use the lazy loading subcomponents as shown in

https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v7/examples/sub-components-lazy

I am wondering how I can trigger the subcomponents after a change in the subcomponent.

for example

parent A

  • sub A1
  • sub A2

I want to re-render the sub-components list by triggering the API call (Lazy loading)

I don't want to use the enter image description here

hand button which is shown in the table.

e.g if the user creates a new record (sub component) I want to trigger the subcomponent list re render programatically

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文