ColReorder - prevent redraw
ColReorder - prevent redraw
Luciano983
Posts: 2Questions: 2Answers: 0
Hi there, I'm using ColReorder extension but each time I move a column the table get redrawed. I'd like to prevent this because I'm doing some manipulation in createdRow callback, and this get's resetted on each redraw.
Any suggestion? Thanks.
This discussion has been closed.
Answers
Hi @Luciano983 ,
The
drop
andinvalidate
parameters tocolReorder.move()
can be used if you're intending to move more columns shortly afterwards. If not, when would you expect the table to get redrawn,Cheers,
Colin