我想用光滑的網格來表示數據。但在我看來,大部分數據都是以選擇框的形式出現的。我從這裏查看SelectCellEditor Option的選項。但是,對於保存時的動態填充值,如果我們可以使用數據使用值並在網格中顯示文本,將會很有幫助。對於這個我修改了數據如下 function SelectCellEditor(args) {
var $select;
var defaultVal
我已經稍微定製了代碼http://mleibman.github.io/SlickGrid/examples/example3a-compound-editors.html以向我提供一個自定義編輯器,它需要一個分子和分母,並在更新值時顯示百分比(以下自定義格式器代碼): - function NumericRangeFormatter(row, cell, value, columnDef, da