Checkbox in aoColumnsDefs

Checkbox in aoColumnsDefs

josimarsbjosimarsb Posts: 12Questions: 0Answers: 0
edited September 2013 in General
When I create the checkbox

[code]
"aoColumnDefs": [
{aTargets: [0],
fnRender: function (o, v) {
return '';
},
sClass: 'tableCell'
}
]
[/code]

my table heigth and width stay wrong, I cant adjust it.
help me, please.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Please link to a test case as noted in the forum rules.

    Allan
This discussion has been closed.