We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
因为 Table 组件经常就是直接展示数据,我们可以在 Column 里面直接指定 labelIndex,就会展示对应索引下的数据了,不需要再嵌套一个 Label 组件,这样的性能要好一点,而且 labelIndex 依然能响应数据变化的 另外
ID列 隐藏了,也无法响应变化 ,在生产环境中,如何隐藏ID列,并可使用Filed.query(‘..id').vales() 查询到相应的数据?
The text was updated successfully, but these errors were encountered:
麻烦提供一下Sandbox
Sorry, something went wrong.
就是原生的任何代码都没改,可能是Fomily更新了,导致不能用了,麻烦您 重新npm 一下node_moudle 包,就可以重现了,
最直观的表现就是 删除不能用,ID隐藏了,不能 无法响应数据变化 实际情况是,点击删除,需要Filed.query('..id') 后,跟据ID查询整条记录 后进行删除,或编辑 而ID一般不直接显示在列表中,可以以复选框的形式或 单选框的形式展现出来也可以 ,那如果把ID数据挂载到复选框中,并可以通过Fomily 的路径可以控制或查询出来
No branches or pull requests
因为 Table 组件经常就是直接展示数据,我们可以在 Column 里面直接指定 labelIndex,就会展示对应索引下的数据了,不需要再嵌套一个 Label 组件,这样的性能要好一点,而且 labelIndex 依然能响应数据变化的
另外
ID列 隐藏了,也无法响应变化 ,在生产环境中,如何隐藏ID列,并可使用Filed.query(‘..id').vales() 查询到相应的数据?
The text was updated successfully, but these errors were encountered: