The grouping of the record is not working

The grouping of the record is not working

polachanpolachan Posts: 101Questions: 50Answers: 0

Please can you go through my code in asp.net core. I am using datatable but the grouping is not working . Please can you help me

https://jsfiddle.net/a1L94etp/

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    edited September 2019

    Hi @polachan ,

    Test test case isn't running - there are console errors. Please can you correct the errors so it's demonstrating the problem, and please give instructions on how to reproduce the issue.

    Cheers,

    Colin

  • polachanpolachan Posts: 101Questions: 50Answers: 0

    Colin
    I dodnt know how to show the program in test cases. It is asp.net core program and using the jsdatatable to list the record by grouping 1 and 2 column. Can I attach the program as text attachment. So you will get an idea how it is working please can you help when get chance

  • polachanpolachan Posts: 101Questions: 50Answers: 0

    Please can you go through JsDatatable example link. In your example page given below how can I add the rowgroup column 1,0 . Group first position and then Employee. Please help when get chance it would be very appreciated please
    https://datatables.net/examples/ajax/objects.html

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    This example here shows multi-level grouping. See the rowGroup.dataSrc on how to configure for two columns.

This discussion has been closed.