When creating View email column in table could not be sorted

CommentFileSizeAuthor
table2.PNG23.25 KBMichael_XIII
table.PNG17.53 KBMichael_XIII

Comments

Michael_XIII’s picture

after applying http://drupal.org/node/256566 and make some movies it works, but looks like

,'sortable' => true need in line 33

'email' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => "''"

,'sortable' => true

),