Hello, all.
- I know, that in swing it is possible to use JList as selection object, which could show values in multiple columns. (i.e. if number of rows is 30 and number of items is 100, then we will have 4 columns) How to do that in vaadin?
- How to know exactly number of rows, depending on the height of the page?
Thanks in advance.