ColReorder - prevent redraw

ColReorder - prevent redraw

Luciano983Luciano983 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.

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,586

    Hi @Luciano983 ,

    The drop and invalidate parameters to colReorder.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

This discussion has been closed.