Reputation: 165
Hello is it possible to use LazyDataModel for lazy loading of data in a data table with Cassandra. I have been using it with Oracle before. Will there be any problem when using Cassandra and while 'talking' about this, it would be good to understand how exactly does the lazy loading work? Is data being loaded every time there is a change from one page to the other ? or is the data just being loaded once ? Any help is appreciated.
Thanks
Upvotes: 0
Views: 286
Reputation: 165
i ended up implementing the load method of the lazy data model in Primefaces. I used the PagingState which Cassandra provides to get the data for the current page. Yes the implementation was straight forward. Thanks Kukeltje.
Upvotes: 0