Ecside 过滤问题

benthos 2009-12-11
<ec:table items="dataList" var="record"
  action="${commonListVo.actionTo}"          retrieveRowsCallback="process"
filterRowsCallback="process"
sortRowsCallback="process"
useAjax="true"
doPreload="false"
width="100%"
listWidth="100%"
height="80%"
rowsDisplayed="20"
resizeColWidth="true"
sortable="true"
filterable="true"
toolbarLocation="bottom"
>

<!-- 编辑和过滤所使用的通用的文本框模板-->
<textarea id="ecs_t_input" rows="" cols="" style="display:none">
     <input type="text" class="inputtext" value="" 
            onblur="ECSideUtil.updateEditCell(this)"
   style="width:100%"/>
</textarea>

可以出现过滤框和排序列表  点排序可以 点消除过滤条件也可以查询出结果 但是如果在过滤框中输入关键字  就查询不到结果,什么都没有  求解!
benthos 2009-12-11
都没人知道?
Global site tag (gtag.js) - Google Analytics