I figured out the trick with using the "full_numbers" - now the next question related to this -
how do I trigger an event as soon as the pagination has been hit? I.e. I'm doing a transformation of all the visible text, such as adding images via ajax depending on the text and i'd have to trigger that each time pagination is done... any clues for this?
You can add an event handler to the buttons in the pagination element. Make sure you use a 'live' event handler though, since the numbers in 'full_numbers' are recreated on each draw.
Could you give me an example for this? I don't know how to "find" the buttons using jquery since they don't appear until the table has loaded... also how can i modify their layout?
Replies
how do I trigger an event as soon as the pagination has been hit? I.e. I'm doing a transformation of all the visible text, such as adding images via ajax depending on the text and i'd have to trigger that each time pagination is done... any clues for this?
Allan
Thanks!