Questions tagged [lazydatamodel]

25 questions
0
votes
0 answers

Control doesn't go into Primefaces LazyDataModel load method

I was able to see data in the datatable before adding the lazy attribute. After I added the lazy attribute, the datatable is empty, because my debug points were never reached which are inside the load method of LazyDataModel. In other words load…
Avinash Moram
  • 67
  • 2
  • 13
0
votes
1 answer

How to avoid datatable to clear filter in columns on updating the datatable?

I have a datatable with columns, each columns having filter. I am using Lazy data model in order to populate the table.I am deleting the record from another form so i am updating the datatable inorder to remove the deleted record. But its clearing…
santhosh
  • 3
  • 4
0
votes
1 answer

Use Primefaces LazydataModel with Cassandra?

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…
skal
  • 155
  • 1
  • 2
  • 11
0
votes
0 answers

DataTable and LazyDataModel not calling load

I am Using primefaces 6.0 with seam 2.2 and jsf 2.2, trying to get the lazydatamodel working on a p:dataTable. I have created my own LazyDataType specific to the entity in the datable and defined a load override method in the class. The table is…
Greg222
  • 41
  • 4
0
votes
1 answer

Customize sorting for LazyDataModel for specific column

How can I customize sorting for a LazyDataModel for a specific column in p:dataTable?