Column width
Column width
Hi there,
I've got two simple newbie questions:
a) how to prevent a single column from sorting (didn't find this feature...)?
b) when using x-scolling the header columns start "moving away" from the body columns. At the end some columns no longer have the same x-position. If not using x-scrolling, everything is fine...
Thank you in advance!
Bye,
Jens.
I've got two simple newbie questions:
a) how to prevent a single column from sorting (didn't find this feature...)?
b) when using x-scolling the header columns start "moving away" from the body columns. At the end some columns no longer have the same x-position. If not using x-scrolling, everything is fine...
Thank you in advance!
Bye,
Jens.
This discussion has been closed.
Replies
maybe someone can help me - I hope the questions are not too studip...?
Bye,
Jens.
[code]
$('#table').dataTable( {
"aoColumns": [
{ "bSortable": true },
{ "bSortable": false },
{ },
{ },
],
} );
[/code]
Hope that helps!