jquery-bootgrid
jquery-bootgrid copied to clipboard
Bad template variable resolution
When using checkbox, I have found 2 problems.
First, when seeing at the source code, this appears:
<td class="select-cell" style="{{ctx.style}}"><input name="select" class="select-box" value="3" type="checkbox"></td>
Notice the ctx.style variable not being resolved correctly.
Other problem is that checkbox cannot be checked.