I’m newbie to Vaadin, so sorry for asking about probably simple case.
I’m looking for component, which will allow me to fill it with data from List (such it works in Grid through setContainerDataSource() method), but will display items in horizontal placement - so every next item should bo next to the previous one, not under it, like it is in Grid or Table.
Is there, in Vaadin, something like this? How can I achieve this effect?
Basically something that would support a very large amount of columns? The Spreadsheet component does that, but for a very specific use case http://demo.vaadin.com/spreadsheet/