Add row for fixed column

Add row for fixed column

velevele Posts: 1Questions: 1Answers: 0

My data table is with 6 fixed columns. But I have a add row function. After add row, new row is created but the newly added row does not have fixed column property. How to deal with this?

Answers

  • allanallan Posts: 63,214Questions: 1Answers: 10,415 Site admin

    Are you calling draw() after you've added the row (which presumably you are doing with row.add()?

    Without a test case it is hard to say, so if you could provide one, that would be great.

    Thanks,
    Allan

This discussion has been closed.