DataTable model

DataTable model

furicfuric Posts: 1Questions: 0Answers: 0
edited October 2010 in General
Hello!
I can't find the way to get raw-data table model: fnGetData returns the output of
fnRender function.
So if I have model [id,name,description]
and render ID raw as
[code]
fnRender ( oObj ) {
return ""
}
[/code]
i'll have to parse img url to get id back - not good.
Is the hidden column is the only option to get raw-data ? (I've problem with table raw width when hidden column is used)
Thanks
This discussion has been closed.