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 bordered fixed="y" height={600} keygen={(data: any) => data.id} // @ts-ignore defaultTreeExpandKeys={[mockResTree[0].id]} />
<Table<typeof mockResTree[0]>/>
The text was updated successfully, but these errors were encountered:
@zjcwill 你好,目前 shineout 的声明文件还是自动生成的,所以对泛型的支持并不全面。我们正计划对声明文件进行新一轮的优化,使其更加的实用。 另外,自动展开所有子节点考虑在下个版本中支持。 感谢您的建议😬
Sorry, something went wrong.
谢谢回复,我昨天在使用的时候发现了一个问题,现在树形表格不是支持父子递归选择的操作吗,我在操作孩子节点,当全部选中父节点下边的孩子节点的时候没有自动把对应的父节点勾选,这里需要手动处理,感觉有进一步的优化空间。其实可以显示更加优化还可以增加半选的状态,更加直接展示子节点的选中状态
@zjcwill 很好的建议,我们会在下个版本中一并支持😉
No branches or pull requests
The text was updated successfully, but these errors were encountered: