FixedColumn can't work with programmatically add new row

FixedColumn can't work with programmatically add new row

andyskandysk Posts: 13Questions: 2Answers: 0
edited August 2015 in Free community support

Hi... add grouping and subtotal like in http://jsfiddle.net/X5LB9/1/ works great... Now I want to freeze one column using FixedColumn, it won't work like in http://jsfiddle.net/dfhvv0mL/ . Seems that FixedColumn still read the real table, but can't make sure.

Answers

  • allanallan Posts: 64,032Questions: 1Answers: 10,555 Site admin

    You would need to use the fnUpdate method of the FixedColumns instance when the data has been inserted into the footer. Its a bit frustrating that, but that is the downside of using FixedColumns - you have to deal with separate tables as well as the main table.

    Allan

  • andyskandysk Posts: 13Questions: 2Answers: 0

    Hi allan.... Can u show me one or two examples? and beside footer, I need to insert some row on the body also. Thanks.

  • allanallan Posts: 64,032Questions: 1Answers: 10,555 Site admin

    I'm somewhat tied up at the moment, but I'll try to make some time next week if I can.

    Allan

  • andyskandysk Posts: 13Questions: 2Answers: 0

    Thanks allan

This discussion has been closed.