Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82109

CHECKBOX COLUMN

$
0
0
Hello,

I have this columns:
"mRender": function (val, type, row) {                                                            

                    if(val == 't')
                        var sReturn =  '<input type="checkbox" name="filter" value="t" checked="checked" />';
                    else
                        var sReturn =  '<input type="checkbox" name="filter" value="f" />';
                    
                    return sReturn;
                }

But when I use the individual filter, I write F or T and the filter doesn´t work...
Why??

Thank you!

Viewing all articles
Browse latest Browse all 82109

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>