predixdesignsystem / px-data-grid

Predix UI component which defines a data grid
https://www.predix-ui.com/#/elements/px-data-grid
Apache License 2.0
12 stars 20 forks source link

Added the code to set the required height to vaadin-grid #806

Closed odelu closed 6 years ago

odelu commented 6 years ago

The height: auto of vaadin-grid is not working properly in firefox. Please see the below screen for reference. image

If I want to set the my specific height to that vaadin-grid by passing gridHeight parameter, Currently it is not being set to our specific height. By default 400px is being set as per the css which is mentioned in vaadin-grid component.

Now here we are enabling to set the our required height to vaadin-grid when the gridHeight is passed from my application (PETC).

odelu commented 6 years ago

Closing this pull request as facing multiple rebase commit issues. Will re-create the pull request with new branch.