1 Reply Latest reply on Jun 30, 2011 11:52 PM by toxor

    Sortable dataTable

    toxor

      Hi, this actually works for me, but the Problem is, it is not rendered the first time i click on the column. But after the second click everything works fine. I found out, that this is because I have javax.faces.PARTIAL_STATE_SAVING = false. But I am depending on this setting, because I have a bounded dataTable which doesnt work properly when I put that setting to true.

      So is there a way or a workaround to make the table sort the first time click ? Does anyone has a solution for this ?