]> source.dussan.org Git - vaadin-framework.git/commit
Add columns at once in a batched way to increase performance (#11261)
authorericflock <40864945+ericflock@users.noreply.github.com>
Tue, 6 Nov 2018 10:47:31 +0000 (11:47 +0100)
committerOlli Tietäväinen <ollit@vaadin.com>
Tue, 6 Nov 2018 10:47:31 +0000 (12:47 +0200)
commiteafd44672650e076fc4a43362e11b47ffb0dbff1
tree1cf048d4a661bf2fbcaa8e7a7a6d9c9ebdad3abe
parentad8c6181fddab9e397dcc0112c1d976779c5f3c4
Add columns at once in a batched way to increase performance (#11261)

* provide possibility to add columns in a batched way

This is the basis to increase the performance for further changes.

* add the columns at once to the grid to increase performance

* combined performance fixes

* respect the column order

* Fixed formatting
client/src/main/java/com/vaadin/client/connectors/GridConnector.java
client/src/main/java/com/vaadin/client/widgets/Grid.java