How can i disable Sorting for few columns in my table
How can i disable Sorting for few columns in my table
rajeshwar
Posts: 3Questions: 2Answers: 0
How can i disable Sorting for few columns in my table
This discussion has been closed.
Replies
Hi, for this im using
where each inner bracket is one column. Maybe there should work "target": but im not sure
Hi Muhahe that is not working...my code is and last two columns should not have ordering please mention changes
"columns": [
{ "title":"ID"},
{ "title":"ShortName","width": "0%" },
{ "title":"Type" },
{ "title":"Category" },
{ "title":"Description"},
{ "title":"Owner" },
{ "title":"Status","ordering": false,"info":false},
{ "title":"" ,"ordering": false},
{ "title":"" ,"ordering": false}
try change ordering na orderable
That works Awesome...Thanks Muhahe!!! :)