FixedColumns example - jQuery UI themed table - throws error when filtering

FixedColumns example - jQuery UI themed table - throws error when filtering

MisiuMisiu Posts: 68Questions: 4Answers: 2
edited May 2013 in Bug reports
If You go to https://www.datatables.net/release-datatables/extras/FixedColumns/themed.html and start typing in search (for example "mi") only right part of Datatable is filtered.

Also there is an error in Console:
[quote]Uncaught TypeError: Cannot read property 'className' of undefined FixedColumns.js:796
(anonymous function) FixedColumns.js:796
p.extend.each jquery.js:2
p.fn.p.each jquery.js:2
FixedColumns._fnClone FixedColumns.js:795
FixedColumns._fnCloneLeft FixedColumns.js:673
FixedColumns._fnDraw FixedColumns.js:608
s.dt.aoDrawCallback.fn FixedColumns.js:450
_fnCallbackFire jquery.dataTables.js:4851
_fnDraw jquery.dataTables.js:1566
_fnFilterComplete jquery.dataTables.js:2184
(anonymous function) jquery.dataTables.js:2112
p.event.dispatch jquery.js:2
g.handle.h jquery.js:2[/quote]

Main example (https://www.datatables.net/release-datatables/extras/FixedColumns/index.html) is working fine, but styled throws that error.

If this is duplicate bug report please excuse me.

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    This is fixed in the nightly version of FixedColumns - http://datatables.net/download .

    Allan
  • MisiuMisiu Posts: 68Questions: 4Answers: 2
    Thanks for such a fast reply, I'll check that build right away :)
This discussion has been closed.