When initialising a new grid with collapsible:false, a javascript error occurs around this block:
if (key === "collapsible") {
if (value === true) {this.$collapsible.css("display", "")
} else {
this.$collapsible.css("display", "none")
}
as this.$collapsible isn't defined.