Visit Mozilla.org

Talk:Tree Widget Changes

From MDC

When using a custom tree view, I've found that the checkbox columns are not editable unless isEditable is defined.

this.isEditable = function(row, col) {
	return col.editable;
};

--Np 19:30, 8 May 2006 (PDT)