一旦您添加 draggableColumns="true" 过滤文本框就不能正常工作,并且调整大小也不能正常工作。
<p:dataTable id="dataTable" var="tbl"
value="#{pc_searchJobBean.searchJobVO.jobVOs}"
emptyMessage="#{commonMsg['noResultFound']}"
paginatorPosition="bottom" paginator="true" rows="5"
filteredValue="#{pc_searchJobBean.searchJobVO.filteredVos}">
我必须使用 draggableColumns 并过滤两者。这个问题有什么解决办法吗?