Button "columnVisibility" does not change text on reorder event
Button "columnVisibility" does not change text on reorder event
kevlar
Posts: 1Questions: 1Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
It appears that the conf._columnText(dt, conf) call is caching the original text in conf. When the reorder event occurs, the text value is in conf and therefore does not adjust correctly. I was able to fix this by setting conf.text = undefined before that ca..
Answers
It seems to be working okay in this example.
Could you link to a test case showing the issue so I can debug it please?
Allan