Help with DataTables RowGroup

Help with DataTables RowGroup

alealvarez99alealvarez99 Posts: 1Questions: 1Answers: 0
edited March 2019 in Free community support

I'm using this:

$('#table').DataTable( {
    order: [[1, 'asc']],
    rowGroup: {
        dataSrc: 1
    }
} );

But the table shows like this:

Any ideas?

Answers

  • colincolin Posts: 15,215Questions: 1Answers: 2,592

    Hi @alealvarez99 ,

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.