Hi Canvas,
I'm using the data table. I like it, but my "select all" button no longer works. At first I thought I broke it. But the same script framed in a different table works just fine.
Is the css blocking the JS?
Please let me know what you advise.
Thanks
`$content .="
<div class="table-responsive">
<table class="table table-striped table-bordered" cellspacing="0" width="100%">
<thead>
<tr>
<th>NAME</th>
<th>Q TITLE</th>
<th>Q SCORE</th>
<th>DATE</th>
<th><input type="checkbox" name="CheckAll" onclick="SelectAll()" /> SELECT ALL</th>
</tr>
</thead>
<tbody>
";
Again, the select all box DID previously work. It's only when I frame it in this Canvas table that it doesn't work. I'm not sure how, or why or what is happening. Thank you for your help.
