Kendo ui 剑道现有表搜索

Kendo ui 剑道现有表搜索,kendo-ui,Kendo Ui,我正在从现有表中初始化网格,该表工作正常,但缺少搜索工具栏?从现有表中搜索是否有错误 道场 添加搜索字段: $(document).ready(function() { $("#grid").kendoGrid({ sortable: true, toolbar: ["search"], search: { fields: ['model', 'year', 'category', 'ai

我正在从现有表中初始化网格,该表工作正常,但缺少搜索工具栏?从现有表中搜索是否有错误

道场

添加搜索字段:

$(document).ready(function() {
    $("#grid").kendoGrid({
       sortable: true,
       toolbar: ["search"],
       search: {
         fields: ['model', 'year', 'category', 'airconditioner']
       },
    });
});

示例:

没有,但您的桌子上有些东西弄乱了剑道。如果我删除了除一个THAD元素以外的所有元素,并从THAD中丢失tr,则会出现搜索框。一旦您这样做,它是否搜索结果?