I have the following issue with PrimeFaces Sheet Component. I have moveble columns and rows. To some columns i have sortBy and filterBy. So, when i move one column, which doesn't have sortBy for example, by moving it the sortBy stays on its place and the previous column takes it. Which is wrong.
Do you have any idea how can i avoid this behaviour?
<pe:sheet id="sheet" widgetVar="sheetWidget" value="#{vertragspreiseForm.lazyModel.getPreiseList()}" var="row"
rowKey="#{row.pflegeartId}"
height="400"
resizableRows="true"
resizableCols="true"
fixedCols="2"
showColumnHeaders="true"
movableCols="true" movableRows="true">