fnUpdate
fnUpdate
I have a billing App that uses datatables. The client can globally adjust the date by 3, 6 and 9 months using a drop down. the drop down list triggers the fnUpdate and changes all the dates on the client side only. All works great but this may take 2 to 5 seconds to apply the changes depending on the number of records. Once this is complete i would like to notify the user that the changes are complete and reset some controls. Ajax has a complete what is the equivalent for fnUpdate?
The fnUpdate is inside an each so I am updating all the rows. so I guess I need to know when it has completed the each.
Thanks
The fnUpdate is inside an each so I am updating all the rows. so I guess I need to know when it has completed the each.
Thanks
This discussion has been closed.
Replies