Colvis hidden columns makes jEditable not recognize what column is which?
Colvis hidden columns makes jEditable not recognize what column is which?
I'm using ColVis on a table with jEditable. I have 18 columns. I initialize the table and have a few column options set to be hidden by default.
[code]{ "bVisible": false, "aTargets": [ 15 ] }[/code]
I have 4 columns like this, when I attempt to edit a column it's loading the incorrect data to edit.
I'm also excluding a few columns from listing in the ColVis popup
[code]
"oColVis": {
"aiExclude": [ 1,2,3 ],
[/code]
is aiExclude causing jeditable to lose track of which column is which?
Thanks
[code]{ "bVisible": false, "aTargets": [ 15 ] }[/code]
I have 4 columns like this, when I attempt to edit a column it's loading the incorrect data to edit.
I'm also excluding a few columns from listing in the ColVis popup
[code]
"oColVis": {
"aiExclude": [ 1,2,3 ],
[/code]
is aiExclude causing jeditable to lose track of which column is which?
Thanks
This discussion has been closed.