rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
973 stars 364 forks source link

Bad template variable resolution #413

Open jaimestuardo opened 5 years ago

jaimestuardo commented 5 years ago

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.