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

feat(Table): Table 新增固定列属性 #696

Merged
merged 11 commits into from Mar 21, 2022
Merged

feat(Table): Table 新增固定列属性 #696

merged 11 commits into from Mar 21, 2022

Conversation

cuilanxin
Copy link
Collaborator

No description provided.

@cuilanxin cuilanxin closed this Mar 21, 2022
@cuilanxin cuilanxin reopened this Mar 21, 2022
@jaywcjlove jaywcjlove merged commit 92abb01 into uiwjs:master Mar 21, 2022
@@ -42,6 +42,7 @@ export type TableColumns<T = any> = {
style?: React.CSSProperties;
align?: 'left' | 'center' | 'right';
className?: string;
fixed?: boolean | 'left' | 'right';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cuilanxin 新api 在文档或者 类型上注释 那个版本以上支持。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaywcjlove 收到

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants