fixed column not working - no error messages

fixed column not working - no error messages

ArudianArudian Posts: 11Questions: 5Answers: 1
edited March 2018 in Free community support

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 :smile:

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

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Hi @Arudian ,

    I just saw this post - is this still a problem? Would the examples here help?

    Cheers,

    Colin

  • ArudianArudian Posts: 11Questions: 5Answers: 1
    Answer ✓

    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.

This discussion has been closed.