meTables下拉搜索框Chosen数据加载
2021-02-06 16:17:20
MyFunc_GetTableData('bfams_fundtable', 'ID', 'FUNDNO', 'FUNDID','nodata');
//不加载任何数据
MyFunc_ImportJSCSS($this);
columns:
{
title: "经费卡号",
// data: "FUNDID",
// edit: {type: "text", number: true},
// sortable: false
data: field = "FUNDID",
value:eval(field),
search: {type: "select",id:field,class:"chosen_select_single chosen search_chosen"},
edit: {type: "select",id:field,name:field,required: true, 'data-placeholder':"请选择...",class:"chosen_select_single chosen add_select yuanxi"},
sortable: true,
createdCell: ShowCell_ValueName_Split(field),
},
//不加载任何数据
MyFunc_ImportJSCSS($this);
columns:
{
title: "经费卡号",
// data: "FUNDID",
// edit: {type: "text", number: true},
// sortable: false
data: field = "FUNDID",
value:eval(field),
search: {type: "select",id:field,class:"chosen_select_single chosen search_chosen"},
edit: {type: "select",id:field,name:field,required: true, 'data-placeholder':"请选择...",class:"chosen_select_single chosen add_select yuanxi"},
sortable: true,
createdCell: ShowCell_ValueName_Split(field),
},