diff options
author | tomivirkki <tomivirkki@users.noreply.github.com> | 2015-09-10 10:18:38 +0300 |
---|---|---|
committer | tomivirkki <tomivirkki@users.noreply.github.com> | 2015-09-10 10:18:38 +0300 |
commit | 9b574f14e9d5b66328662726fc088a1ec7f347e7 (patch) | |
tree | f751cf5d7abc754d5b7bc3e2d12397ebf7ba35d6 | |
parent | 8cd3bd38f22f2a6e63863c4f41c40c4f0922033f (diff) | |
download | vaadin-core-9b574f14e9d5b66328662726fc088a1ec7f347e7.tar.gz vaadin-core-9b574f14e9d5b66328662726fc088a1ec7f347e7.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ View live examples and source code side-by-side for individual custom elements. | Component | Description | Features | | --- | --- | --- | -| <**vaadin-grid**><li>[Examples](http://vaadin.github.io/vaadin-components-examples/vaadin-grid/)<li>[API](http://vaadin.github.io/components-apidoc/#vaadin-grid) | Data grid for showing large amounts of tabular data. | Lazy-loading, virtual scrolling, frozen/fixed columns, customizable headers and footers, custom cell renderers, touch support, keyboard navigation, sorting +| <**vaadin-grid**><li>[Examples](http://vaadin.github.io/components-examples/vaadin-grid/)<li>[API](http://vaadin.github.io/components-apidoc/#vaadin-grid) | Data grid for showing large amounts of tabular data. | Lazy-loading, virtual scrolling, frozen/fixed columns, customizable headers and footers, custom cell renderers, touch support, keyboard navigation, sorting ### Quickstart |