Display Row Number in Datatable
Display Row Number in Datatable

Hi, I am working on datatable.
Actually I am beginner programmer. Anyone can help me to get the value of either row or type from my datatable?
Here my function:
function (data, type, row, meta) {
// display row
// display type
}
Thank you
This discussion has been closed.
Replies
I assume this is a
columns.render
function. Here's the documentation on working with renderers.If you're having problems with this would you be able to post your full code?
Thanks
Tom