1

我从http://mleibman.github.com/SlickGrid/examples/example4-model.html添加到我的页面 SlickGrid

我使用: - jquery-1.8.2.min.js - jquery-ui-1.9.1.custom.js - jquery.event.drag-2.0.min.js

我有一个错误:

Error: cannot call methods on sortable prior to initialization; attempted to call method 'destroy'

所以我将 jQuery UI 更改为 1.8.16,现在我没有这个错误,但我有错误:

Accordion is not a function 

当我使用手风琴时。当使用 Autocomplete() 或 Dialog() 我也有这个错误。

所以我必须使用 jQuery UI 1.9.1,但是如何使用 Slick Grid?

编辑:(由 ryan niemeyer 改编的小提琴)

使用 1.8.13 的示例(作品) http://jsfiddle.net/A9NrP/404/

使用 1.9.1 的示例(失败) http://jsfiddle.net/A9NrP/405/

4

1 回答 1

1

请参阅此处的拉取请求,它应该可以解决您的问题:https ://github.com/mleibman/SlickGrid/pull/462

于 2012-12-03T02:26:33.823 回答