GridLayout - Vaadin Add-on Directory
Addon that recreates some of the functionalities of Vaadin 7 Grid Layout component for Vaadin FlowGrid Layout component provides support to the following features:
* Creating a GridLayout with predefined number of columns & rows
* Setting spacing & margin
* Adding components
Online DemoIssue tracker
View on GitHub
Author Homepage
GridLayout version 1.0.0
Initial release
GridLayout version 1.0.1
### New features
* Made component to implement HasStyle interface
GridLayout version 1.1.0
* Add method to get component at given index.
* Update how components are added to container div so tab order is correct.
GridLayout version 1.1.1
#### Bug fixes:
* Avoid removing all components on insert to improve performance ([#7](https://github.com/vaadin-component-factory/vcf-gridlayout/issues/7))