Row grouping

Row grouping

infotbainfotba Posts: 17Questions: 3Answers: 0

$('#example').DataTable( {

        "ajax": "data/country.txt",
    "columns": [
        { "data": "country" },
        { "data": "location" },
                    { "data": "city" }
                   ],
         rowGroup: {
    dataSrc: 'location'
}, 

not run. pls help

Replies

  • infotbainfotba Posts: 17Questions: 3Answers: 0

    solved. with dataTables.rowGroup.min.js and rowGroup.dataTables.min.css

    thank you

This discussion has been closed.