how to add row_selected class to the row that come as already selected
how to add row_selected class to the row that come as already selected
Hi All,
I have C# code that loads the aData, I load it like this
fnRender: function (oObj) {
return '';
}
I have either 'checked' or '' in the that parameter, just wondering how to add the row_selected class for the row that have 'checked'
Thanks
Divikiran
I have C# code that loads the aData, I load it like this
fnRender: function (oObj) {
return '';
}
I have either 'checked' or '' in the that parameter, just wondering how to add the row_selected class for the row that have 'checked'
Thanks
Divikiran
This discussion has been closed.
Replies