CHECKBOX COLUMN
CHECKBOX COLUMN
Hello,
I have this columns:
[code]
"mRender": function (val, type, row) {
if(val == 't')
var sReturn = '';
else
var sReturn = '';
return sReturn;
}
[/code]
But when I use the individual filter, I write F or T and the filter doesn´t work...
Why??
Thank you!
I have this columns:
[code]
"mRender": function (val, type, row) {
if(val == 't')
var sReturn = '';
else
var sReturn = '';
return sReturn;
}
[/code]
But when I use the individual filter, I write F or T and the filter doesn´t work...
Why??
Thank you!
This discussion has been closed.
Replies
Allan