天天看點

bootstrap-table 可編輯行插件 editable 去掉确認按鈕(對勾)

{
     field: 'containerType',
     align: 'center',
     title: '箱型',
     editable: {
         type: 'text',
         title: '箱型',
         showbuttons:false
     }
}