Split the results in datatable

Split the results in datatable

mohmd42597mohmd42597 Posts: 19Questions: 6Answers: 0

Now I have some data for different customer and need to show at once in data table but each customer Separated
say cust1 have 10 rows after it finsh start table new for next cust2.?
thanks.....

Replies

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi @mohmd42597 ,

    Sounds like you want to take a look at the RowGroup extension. That way you can group all of your customers data together in the same table.

    Thanks,
    Sandy

  • mohmd42597mohmd42597 Posts: 19Questions: 6Answers: 0

    thanks @sandy this help me
    but i have footer for some summation for each customer
    need to show each customer footer under it group in separated page?
    I hope you understand my words.

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi @mohmd42597 ,

    Maybe take a look at this example as well. it shows how to add custom rows using the rowGroup.endrender option.

    Hope this helps,
    Sandy

  • mohmd42597mohmd42597 Posts: 19Questions: 6Answers: 0

    @sandy thank for your response
    i use example and apply its OK with me .
    small point remain to separate group say when group finish start new group in new page of table .
    say group 93 finish group 94 start on new page of datatable page

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    RowGroup will show the number of rows specified by the page length regardless of whether this splits a group.

    Colin

  • mohmd42597mohmd42597 Posts: 19Questions: 6Answers: 0

    when print row group datatable the effect of grouping not shhow in print?

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    For print, this thread should help, it's asking the same thing.

    Cheers,

    Colin

  • mohmd42597mohmd42597 Posts: 19Questions: 6Answers: 0

    sir @colin you say :RowGroup will show the number of rows specified by the page length regardless of whether this splits a group.

    i cant use and i have by default page length =10 i need if customer number change must start new page in same table
    pls any one can help?

Sign In or Register to comment.