Hi there
How can i get a custom field to be sortable in list view?
Hi there
How can i get a custom field to be sortable in list view?
You just have to inform that the sortable attribute is true in on the field list view defs, like in the xample below:
The 'sortable' => true is the key for your question.PHP Code:
'CUSTOM_FIELD_C' =>
array (
'type' => 'enum',
'default' => true,
'label' => 'LBL_CUSTOM_FIELD',
'sortable' => true,
'width' => '10%',
),
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
Thanks, found it.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks