API and animations
API and animations
Hi there,
I'm using datatables greatly, thanks to this script.
But when I add or delete rows (via fnAddData and fnDeleteRow), they appear / disappear instantly, and my users don't have the time to see what is happening.
I haven't found a way to add something like a fadeIn('slow') to these actions. How can i manage to do this?
Thanks a lot.
I'm using datatables greatly, thanks to this script.
But when I add or delete rows (via fnAddData and fnDeleteRow), they appear / disappear instantly, and my users don't have the time to see what is happening.
I haven't found a way to add something like a fadeIn('slow') to these actions. How can i manage to do this?
Thanks a lot.
This discussion has been closed.
Replies
but your suggestion is a good one. allan could easily add parameters to fnAddData and fnDeleteRow to use jquery animators and timings. maybe in DataTables 2? :D