0
I’ve been looking at some places like making a datatable with Lazy, so I can only upload the page data in display and not overload the server. But all the examples used only one table.
I have a screen with 4 tabs (p:tab), where each tab has a table. I would like to use Lazy in all of them. I created a Lazydatamodel list and shared it among all the datatables, but the effect was not as expected.
Then I created a Lazydatamodel for each tab, but when I navigated between the tabs, the screen gave some "choked". This slowed navigation with Lazy much slower than without it (which is a problem). I have the feeling that Lazy was created to be used only in a single table.
Has anyone ever been through anything like this? Any suggestions?