Custom column option
Custom column option
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 :(
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.