FixedColumns - How to dynamically remove rows?

FixedColumns - How to dynamically remove rows?

CGRemakesCGRemakes Posts: 32Questions: 1Answers: 0
edited December 2012 in General
Is there a relatively easy way to dynamically remove rows when using FixedColumns? I imagine it would have to remove it from the original table, the cloned table and the cloned fixed columns. What would be the best way to do that?

Replies

  • allanallan Posts: 63,531Questions: 1Answers: 10,474 Site admin
    No - there is no ability to do that at this time in FixedColumns. You'd currently need to destroy the table and recreate it with the altered FixedColumns initialisation.

    Allan
This discussion has been closed.