Handsontable Dropdown with key-value pair

在使用handsontable的时候,本身的下拉列表无法满足业务需求,需要使用key-value类型的dropdown.
找了半天终于找到了一个可以满足需求的
参考方案
此方案完美的解决了我的问题。
但是使用过程中需要注意两点
1.此插件是基于chosen.jquery.js的一个jquery插件,所以使用的过程中记得引入chosen.jquery.js 与jquery.js
2.由于handsontable的版本跟新,有些api不能使用了

customDropdownRenderer 方法中的

Handsontable.TextCell.renderer需要改成Handsontable.renderers.TextRenderer

完整案例请参考

posted @ 2018-04-25 17:22  幕三少  阅读(932)  评论(0编辑  收藏  举报