Results 1 to 3 of 3

Thread: list view sort by

  1. #1
    Meyer is offline Sugar Community Member
    Join Date
    Oct 2006
    Location
    south africa
    Posts
    646

    Default list view sort by

    Hi there

    How can i get a custom field to be sortable in list view?

  2. #2
    rafael.q.g@hotmail.com's Avatar
    rafael.q.g@hotmail.com is offline Sugar Community Member
    Join Date
    Jun 2011
    Location
    Florianópolis - Brazil
    Posts
    782

    Default Re: list view sort by

    You just have to inform that the sortable attribute is true in on the field list view defs, like in the xample below:
    PHP Code:

     
    'CUSTOM_FIELD_C' => 
      array (
        
    'type' => 'enum',
        
    'default' => true,
        
    'label' => 'LBL_CUSTOM_FIELD',
        
    'sortable' => true,
        
    'width' => '10%',
      ), 
    The 'sortable' => true is the key for your question.
    Rafael Queiroz Gonçalves
    Advanced OMG UML Certified Professional
    Sun Certified Enterprise Architect for the Java Platform
    Sun Certified Programmer for the Java 2 Platform
    IBM Certified Advanced Application Developer - Lotus Notes and Domino
    IBM Certified Application Developer - IBM WebSphere Portlet Factory
    Computer Science Mastering / UFSC - PPGCC

  3. #3
    Meyer is offline Sugar Community Member
    Join Date
    Oct 2006
    Location
    south africa
    Posts
    646

    Default Re: list view sort by

    Thanks, found it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sort columns in list view
    By DN667 in forum Help
    Replies: 12
    Last Post: 2011-05-27, 05:41 PM
  2. Want to sort list view on date
    By pravin.agham in forum Help
    Replies: 3
    Last Post: 2011-01-25, 02:27 PM
  3. Sort columns in list view
    By youn008 in forum Help
    Replies: 1
    Last Post: 2009-06-18, 04:23 PM
  4. List View Currency Sort Problem
    By khetrick in forum Developer Help
    Replies: 0
    Last Post: 2009-03-18, 07:11 PM
  5. Custom Fields/List View/Sort
    By gkeyes in forum Help
    Replies: 1
    Last Post: 2008-10-07, 07:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •