Row rendering with templates

Row rendering with templates

writes_onwrites_on Posts: 11Questions: 0Answers: 0
edited March 2012 in General
Hi all,
I'm using dataTables 1.9.0 and I'm wondering if something is possible. I'd like to have dataTables callback to my code to render every row of the table so I can use a JavaScript templating system (like handlebar.js) to render the rows. I've looked at the fnRowCallback function, but when that is called the row has already been rendered and what I want to do is actually render the row myself. Is there some other callback function that I don't know about that I could use to do this?
Thanks,
Doug
This discussion has been closed.