Base solution for your next web application
Open Closed

pTable rowGroup Sample #6225


User avatar
0
mdframe created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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

  • User Avatar
    0
    mdframe created

    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

  • User Avatar
    0
    mdframe created

    I figured out the issues.