probleme with lazy loding in table with vaadin 6.7.3

how i can use lazy loding in my table when i extract data from database

You are posting Vaadin 6.x related questions under Vaadin 7 forum. Please choose the appropriate forum before posting.

Lazy loading is already there in tables. You have to adjust your data source (data container) to handle appropriate server side caching.

Sorry to be wrong, I’m new and i don’t have any idea. I change my publication in this link:https://vaadin.com/fr/forum/-/message_boards/view_message/1021404.
you can want help me by giving me an example of implementation of lazy loading.

I moved the thread from the Vaadin 7 category to general help

Syam is correct. The table is always in a lazy loading mode (Server to browser). What is not always lazy is the container (database to server). Use a lazy container to make that lazy as well, like Lazy Query Container or JPAContainer etc., depending on your needs.

Jens also replied your question about the same topic in
this thread
.
Please don’t post the same question in multiple threads.