Issue with ColVis, ColGrouping, and dom sorting $.fn.dataTableExt.afnSortData[dom-xxxx]

Issue with ColVis, ColGrouping, and dom sorting $.fn.dataTableExt.afnSortData[dom-xxxx]

coltoncolton Posts: 1Questions: 0Answers: 0
edited July 2011 in Bug reports
Hey Allan,

First off great stuff!

Issue:
Init with 1st column bVisible: false
Group via 1st column
Dynamically add rows with dom elements; text,select,checkbox
ERROR no such parameter 'x' at row '0'

First thing I tried,
Dynamically changing bVisible: false after table init with rows added. (everything ok)
Click on any column header to sort column. ( not again :( )
ERROR no such parameter 'x' at row '0'

After many other changes and hours (actually days) it turned out to be something extremely simple and I'm confused why you have it setup this way in the first place.

[code]
for ( i=0 ; i

Replies

  • cmiller0189cmiller0189 Posts: 6Questions: 0Answers: 0
    I had this issue as well (http://datatables.net/forums/discussion/7843/fnsetcolumnvis-and-sortable-columns). Thanks Colton for finding this solution!
This discussion has been closed.