table with database connection

Hi All,

I spent many time to figure out how I can show a content of a real database table. My table has a lots of records so I must to use paging function (or lazy loading?) for show data.

I have found some plugins put these are not compatible with vaadin7 or do not have any paging function.

I would be very glad if you suggest me a working table/grid solution with a real database connection.

What kind of component or solution are you using if you want to show content of a big database table with vaadin 7?

Is there any working solution?

Thank you for your answer.

See my answer at
here

I myself just use a normal SQLContainer with the standard Vaadin table Component which supports lazy loading out-of-the-box. In my case the loading gets a bit slow but only because I added several GeneratedColumns and custom styles to it. Without them the Table loads quickly.