Temporarily disable sorting before doing cell update (or do an update WITHOUT a re-sort)?

Temporarily disable sorting before doing cell update (or do an update WITHOUT a re-sort)?

bflbfl Posts: 26Questions: 7Answers: 1
edited November 2013 in General
I have a table with a few hundred rows that I am updating various cells in fairly regularly. It seems like the default is to automatically sort after the cell is updated, and this seems to really affect performance. I would prefer to just let it update and NOT do the re-sort, but it's not clear to me how to do this. I'm looking through the code now, but if someone can point out the obvious setting please let me know!

Replies

  • bflbfl Posts: 26Questions: 7Answers: 1
    I think I got something that works here - send bRedraw=false when I call fnUpdate... well, in the first few tests it seems to work :)
  • bflbfl Posts: 26Questions: 7Answers: 1
    Well, still really slow... still looking here...
This discussion has been closed.