Button "columnVisibility" does not change text on reorder event

Button "columnVisibility" does not change text on reorder event

kevlarkevlar 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

Sign In or Register to comment.