1. 程式人生 > >EasyUI-DataGrid 可編輯補充說明

EasyUI-DataGrid 可編輯補充說明

1、出現文字框,文字框中只能輸入數字

{
                   field: "ApplyNumber", title: "申請數量", width: 50, align: "left",
                   editor: { type: 'numberbox', options: { precision: 0, min: 1 } }
               }
後面引數中是用於設定最大值與最小值