Custom column option

Custom column option

tibtib Posts: 4Questions: 0Answers: 0
edited February 2011 in General
Hello,

How can I add custom option to column? I want to add "bMultiline":

[code]
"aoColumns": [
{"sName": "nick"},
{"bSortable": false},
{"sName": "create_date"},
{"sName": "date"},
{"sName": "comment", "bMultiline": true}
]
[/code]

But this way DataTables ignore it :(
This discussion has been closed.