Jquery Jtable列表显示了radiobutton的空白列

时间:2017-11-22 13:28:02

标签: jquery asp.net-mvc jquery-jtable

我正在使用jquery-jtable进行crud操作。有一个类型单选按钮的字段。点击编辑表单后,它显示正确,但在列表中,其列将变为空白;

Fields:{  
   OrderProductID:{  
      key:true,
      create:false,
      edit:false,
      list:false
   },
   Code:{  
      title:'Code'
   },
   Description:{  
      title:'Description'
   },
   SortOrder:{  
      title:'SortOrder'
   },
   IsVisible:{  
      title:'IsVisible',
      type:'radiobutton',
      options:{  
         true:'yes',
         false:'no'
      },
      list:true
   }
}

0 个答案:

没有答案