我已经使用selectBoxIt用于选择框来设计下拉框并使用数据表来列出数据。
所以,当数据表list.Code我为selectbox完成时,它不起作用
var selectBox = $(".filter_group").selectBoxIt({ theme: "jqueryui", native: true });
但它不适用于分页?
答案 0 :(得分:4)
请尝试使用以下代码。
fnDrawCallback : function() {
var selectBox = $(".filter_group").selectBoxIt({ theme: "jqueryui", native: true });
}