passing custom data-attributes in bServerSide

passing custom data-attributes in bServerSide

emepycemepyc Posts: 8Questions: 2Answers: 0
edited February 2013 in General
Is there any way/technique to pass custom data-attributes in bServerSide to the tag of a cell?

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Yes, use fnCreatedCell to manipulate the cells that are created. Just make sure that the data you want is available in the JSON returned from the server!

    Allan
  • emepycemepyc Posts: 8Questions: 2Answers: 0
    Yes, works perfect. Very flexible (with mRender).
    Thanks!
This discussion has been closed.