Request: cell render callback

Request: cell render callback

rmaldonarmaldona Posts: 2Questions: 0Answers: 0
edited December 2013 in Feature requests
Hi:
I need to add a class on each cell based on individual parameters (so column classes will not work :/). I know that there is a callback for each row, but as the dataset grows, iterating each cell per row becomes highly inefficient. A callback for each rendering cell would be my best solution, but seems that on current release there isn't one.

So please, consider adding on the next version a callback whenever each cell renders. It will help me, and I'm sure many other people.
Thank you!!

Replies

  • allanallan Posts: 61,710Questions: 1Answers: 10,103 Site admin
    Do you mean fnCreatedCell ? :-)

    Allan
  • rmaldonarmaldona Posts: 2Questions: 0Answers: 0
    Oh, finally got it working. Never thought that it was inside aoColumnDefs, so I thought it was a different functionality, lol. Thank you!
This discussion has been closed.