Does anyone have an example of calling a web service that is using the Primefaces pTable with row grouping they would share? I am having an issue wrapping my head around the documentation and what needs to be accomplished to get this to work without hardcoded data. Do I need to move away from the PrimengTableHelper to get this to work?
Thx in advance.
3 Answer(s)
-
0
Hi @mdframe
Do you mean one of AspNet Zero's app service ? If so, I think there is no difference than returning a regular list of objects.
Here is the sample data PrimeNG uses for their demo https://github.com/primefaces/primeng/blob/master/src/assets/showcase/data/cars-medium.json
-
0
I should not mention the service, that is not the issue. I am getting Angular errors in the HTML. I would like to see an example where someone converted the RAD tool code for a pTable into one that is utilizing the rowGroup. The service is NOT the issue, its the typescript of the code I am having difficulty with.
I have reviewed the documentation and the sample code.
Thx
-
0
I figured out the issues.