Skip to content

Commit be4044e

Browse files
author
Tim Shawver
committed
Compare to false so that if the editable property is null we use the default behavior of having the column be editable.
1 parent 749c10b commit be4044e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/qgrid.widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ class QgridView extends widgets.DOMWidgetView {
370370
continue;
371371
}
372372

373-
if ( ! (cur_column.editable) ) {
373+
if (cur_column.editable == false) {
374374
slick_column.editor = null;
375375
}
376376

0 commit comments

Comments
 (0)