want to achieve below

want to achieve below

smruti20smruti20 Posts: 12Questions: 4Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

This question has an accepted answers - jump to answer

Answers

  • smruti20smruti20 Posts: 12Questions: 4Answers: 0

    i have a datatable as below

    Name | Task Date | Total hours
    abc | 13/02/2021 | 2
    abc | 13/02/2021 | 1
    abc | 14/03/2021 | 4

    i want to achieve like below datatable
    Name | Task Date | Total hours
    abc | 13/02/2021 | 3
    abc | 14/03/2021 | 4

    only one row per date with sum of hours should be displayed in total hours of that perticular page

  • montoyammontoyam Posts: 568Questions: 136Answers: 5
  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    This example from this thread should get you going, it's doing just that,

    Colin

  • smruti20smruti20 Posts: 12Questions: 4Answers: 0

    Thanks Colin :) . your example link work for me.

This discussion has been closed.