sorting to be disabled for few columns
sorting to be disabled for few columns
rajeshwar
Posts: 3Questions: 2Answers: 0
I need sorting to be disabled for last two columns am using below code please specify "columns": [
{ "title":"ID"},
{ "title":"ShortName" },
{ "title":"Type" },
{ "title":"Category" },
{ "title":"Description"},
{ "title":"Owner" },
{ "title":"Status","ordering": false,"info":false},
{ "title":"" ,"ordering": false},
{ "title":"" ,"ordering": false}
This discussion has been closed.