Home Forums Presentation Icons Sorting on icons

Viewing 1 reply thread
  • Author
    Posts
    • #9649
      Aditya PhatakAditya Phatak
      Participant

      Hi,

      We are displaying 3 icons in OpportunityMinimalList form (next to  based on different conditions on “createTime” of the deals. Requirement is to enable “sort” on these icons column. Is there a way to achieve this? We have already tried by providing an Order By value to the calculated attribute which is bound to the icon property and also persisting the attribute.

       

      Regards,

      Aditya Phatak.

      0
    • #9716
      Clayton ChowClayton Chow
      Participant

      For the sorting of the column to work, it needs:
      – a column header
      – to have a value specified
      – to be the only column sorting on that attribute
      – preferably not have any null values in that column.

      An existing example to look at would be the “Name” column on the EntityNavigatorPortlet.

      For your case, it would require adding a “value” to the column and ensuring there isn’t another column sorting by the same “createTime” attribute.

      0
Viewing 1 reply thread
  • You must be logged in to reply to this topic.