You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
I am new to Backgrid.js, so maybe this is my misunderstanding. But, if I set a BooleanCell to editable: false I can still click the generated checkbox.
Moreover, the cell is clickable without the need to be previously selected, as per #166. To disable the cell, I had to copy the rendering function as
I am new to Backgrid.js, so maybe this is my misunderstanding. But, if I set a BooleanCell to
editable: false
I can still click the generated checkbox.Moreover, the cell is clickable without the need to be previously selected, as per #166. To disable the cell, I had to copy the rendering function as
adding
disabled: true
abruptly.Am I doing it wrong or is this a misbehavior with BooleanCell?
The text was updated successfully, but these errors were encountered: