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

expandedRowKeys map value should be a boolean #7333

Closed
cagataycivici opened this issue Mar 5, 2019 · 0 comments
Closed

expandedRowKeys map value should be a boolean #7333

cagataycivici opened this issue Mar 5, 2019 · 0 comments
Assignees
Labels
Type: Breaking Change Issue contains a breaking change related to a specific component Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@cagataycivici
Copy link
Member

Currently type is;

{ [s: string]: number; }

Better be;

{ [s: string]: boolean; }
@cagataycivici cagataycivici added Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add Type: Breaking Change Issue contains a breaking change related to a specific component labels Mar 5, 2019
@cagataycivici cagataycivici added this to the 7.1.0 milestone Mar 5, 2019
@cagataycivici cagataycivici self-assigned this Mar 5, 2019
@cagataycivici cagataycivici changed the title expandedRowKeys value should be a boolean expandedRowKeys map value should be a boolean Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Breaking Change Issue contains a breaking change related to a specific component Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

1 participant