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

Fixed the no data state of the array renderer #1041

Merged
merged 2 commits into from
Jul 27, 2018

Conversation

eneufeld
Copy link
Member

Fixes #1040

@coveralls
Copy link

coveralls commented Jul 19, 2018

Coverage Status

Coverage remained the same at 88.31% when pulling 41b9fc0 on eneufeld:fix/1040 into 1a5a36e on eclipsesource:master.

@@ -73,17 +73,22 @@ const generateHeaderCellForPrimitives = toolbarProps => {
</TableCell>
);
};
const getValidColumnProps = (scopedSchema: JsonSchema) =>
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems to crash when first clicking 'select all', followed by a delete. We should also add a test case covering this scenario.

@eneufeld
Copy link
Member Author

rebased and fixed table case for primitives

@edgarmueller edgarmueller merged commit 6c65cb1 into eclipsesource:master Jul 27, 2018
@edgarmueller edgarmueller added this to the 2.0.7 milestone Aug 1, 2018
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.

3 participants