bSortable false
bSortable false
Hi, i need to disable the sortable for one specific column. The problem that i can't use code like below
[code]
"aoColumns":[{ "sSortDataType": "dom-a" },{"bSortable": false},{"bSortable": false},{"bSortable": false},{"bSortable": false}],
[/code]
in my table. Bcs when the table is initialized i don't know how much column i have (they are dynamic). So i just know that the second column should hae bSortable = false
How can i do it ?
thanks
[code]
"aoColumns":[{ "sSortDataType": "dom-a" },{"bSortable": false},{"bSortable": false},{"bSortable": false},{"bSortable": false}],
[/code]
in my table. Bcs when the table is initialized i don't know how much column i have (they are dynamic). So i just know that the second column should hae bSortable = false
How can i do it ?
thanks
This discussion has been closed.
Replies
Allan