fnRender to center the text

fnRender to center the text

kulkarni_ashkulkarni_ash Posts: 35Questions: 8Answers: 0
edited February 2012 in DataTables 1.8
I have am using following code to build a table, how do i center the link created by fnRender function
[code]
{ "mDataProp": "iscitydefault", "sClass": "center" },
{
"fnRender": function ( oObj ) {
var text = "" + Obj.aData.isavaibale "";
return text;
}
}
[/code]
This discussion has been closed.