When creating View email column in table could not be sorted
| Comment | File | Size | Author |
|---|---|---|---|
| table2.PNG | 23.25 KB | Michael_XIII | |
| table.PNG | 17.53 KB | Michael_XIII |
When creating View email column in table could not be sorted
| Comment | File | Size | Author |
|---|---|---|---|
| table2.PNG | 23.25 KB | Michael_XIII | |
| table.PNG | 17.53 KB | Michael_XIII |
Comments
Comment #1
Michael_XIII commentedafter 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
),