1
Bug Report / collapsible v2.0.2
« on: November 21, 2013, 07:39:34 pm »
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.
if (key === "collapsible") {
if (value === true) {this.$collapsible.css("display", "")
} else {
this.$collapsible.css("display", "none")
}
as this.$collapsible isn't defined.