fixed column not working - no error messages
fixed column not working - no error messages
Arudian
Posts: 11Questions: 5Answers: 1
Hi,
I have been stuck with this for couple of hours. I wanted to have first column fixed for my table.But for some reason it's not happening. I don't receive any error messages.
Scripts order seems to be fine
This is the configuration i am using
var someTable= $("#someTable").DataTable({
"sDom": '<<"toolInline""H"T>>t<"F"i>',
"bSort": false,
retrieve: true,
autoWidth: false,
bAutoWidth: false,
"scrollX": true,
fixedColumns: true,
ajax: {
...
I get no errors, yet i am missing whole 'DTFC_LeftBodyWrapper' etc
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @Arudian ,
I just saw this post - is this still a problem? Would the examples here help?
Cheers,
Colin
Hi @Colin,
thanks for your replay. I was able to fix this, the issue i was having was due to not setting the wrapper width.