FixedCols 2.0 eats my first column.

FixedCols 2.0 eats my first column.

fbasfbas Posts: 1,094Questions: 4Answers: 0
edited June 2011 in General
It's gone. Completely gone. Not hidden, but gone.

Anyone else having this issue?

I can live without FixedColumns, so I'll go without, but for whatever reason it's not working on my page.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    You'd need to provide us with a link. All the examples seem to work fine: http://datatables.net/extras/fixedcolumns/examples

    Allan
  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    edited June 2011
    Yes, I ran it on simpler code and it worked fine, but there must be something else in my code conflicting because this is the 3rd thing I can't get working.

    the 3 things are:
    FixedColumns (not highly important; I can live without)
    fnFilter reg expression to catch empty string: http://www.datatables.net/forums/discussion/4147/how-fnfilter-for-an-empty-string#Item_7
    afnFiltering http://www.datatables.net/forums/discussion/5522/unsuccessfully-using-afnfiltering#Item_2 (though pushing params onto fnServerData is a great workaround)

    I don't expect you to debug my code, but help is always appreciated. I particularly want to get item #2 working (the reg ex in fnFilter on my tri-state checkboxes).

    http://www.beg.utexas.edu/qa/

    my code is almost all in js/main.js (a few items in the index.php)
This discussion has been closed.