ICEfaces
  1. ICEfaces
  2. ICE-9940

Ace:dataTable sortBy is inefficient

    Details

    • Type: Improvement Improvement
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 3.3
    • Fix Version/s: None
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Icefaces 3.3 from trunk

      Description

      In migration from Icefaces 1.8 people may want to use old syntax with column name not expression.
      Currently datatable sorting is supported only with sortBy="#{something}" syntax. Clear syntax with sortBy="colName" disable sorting.

      Pure example from Primefaces is
      {noformat}
        <p:column sortBy="model" headerText="Model">
                   <h:outputText value="#{car.model}" />
               </p:column>
      {noformat}
      so it can be done and full copying of output expressions value is not necessary

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Krashan Brahmanjara
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: