0

draggableColumns="true" を追加するとすぐに、textBox のフィルタリングが正しく機能せず、サイズ変更も正しく機能しません。

<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 を使用して両方をフィルターする必要があります。この問題の解決策はありますか?

4

0 に答える 0