Issue with ColVis, ColGrouping, and dom sorting $.fn.dataTableExt.afnSortData[dom-xxxx]
Issue with ColVis, ColGrouping, and dom sorting $.fn.dataTableExt.afnSortData[dom-xxxx]
colton
Posts: 1Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies