Automatically Live Update Add/Remove rows
Automatically Live Update Add/Remove rows
joedempsey
Posts: 2Questions: 0Answers: 0
Hi Allan,
Just like to start by saying what a great app this is, seen as im pretty new to jquery so far i have found it very usable and if stuck this forum has come in handy.
In short - I have a list of 1000 events and every time i add an event via fnAddData i want to keep the events limited to 1000 and delete the events at the bottom of the table that go over 1000 via oTable.fnDeleteRow( 999 ). Problem - each event that is added via my live update gets given the fnGetPosition of 999. I therefor end up deleting newly added events.
Is it possible to fnAddData from fnGetPosition( 0 )?
Any help would be greatly appreciated
Thanks
Joe
Just like to start by saying what a great app this is, seen as im pretty new to jquery so far i have found it very usable and if stuck this forum has come in handy.
In short - I have a list of 1000 events and every time i add an event via fnAddData i want to keep the events limited to 1000 and delete the events at the bottom of the table that go over 1000 via oTable.fnDeleteRow( 999 ). Problem - each event that is added via my live update gets given the fnGetPosition of 999. I therefor end up deleting newly added events.
Is it possible to fnAddData from fnGetPosition( 0 )?
Any help would be greatly appreciated
Thanks
Joe
This discussion has been closed.