FixedColumn

FixedColumn

TrollchikTrollchik Posts: 80Questions: 1Answers: 0
edited October 2010 in General
Hi!
please help me in my problem! I tried to use Fixed Column ang when i just open page i see
http://www.meritkapital.ru/images/1.JPG

if i begin to scroll i have more problems:

http://www.meritkapital.ru/images/2.JPG

How i can fix it?!

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Please try the current development version: http://github.com/DataTables/FixedColumns/blob/master/media/js/FixedColumns.js

    Allan
  • TrollchikTrollchik Posts: 80Questions: 1Answers: 0
    edited October 2010
    Thanks, it' helped me. But new problem appeared, the sortfing fucntion on the first column was eliminated! but in ur example it works good! How to fix it?
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Seems to work okay for me. Can you post a link please?

    Allan
  • TrollchikTrollchik Posts: 80Questions: 1Answers: 0
    it works in my local netwirl =( this my config, may u can see what is wrong:

    [code]
    oTable = j('#portfolioTable').dataTable({

    "sPaginationType": "full_numbers",
    "iDisplayLength": 10,
    "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]],

    "sScrollX": "100%",
    "sScrollY": "100%",
    "bJQueryUI": true

    });

    new FixedColumns( oTable );
    [/code]

    i see narrows on the first column, but sorting doesn't work!
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Not seeing anything there which would cause a problem. And I've just tried that code and it seems to be working fine for me. Does it work if you comment out FixedColumns? What is your local netwirl? Any way we can see this not working in "action"?

    Allan
This discussion has been closed.