Navigation Page Ordered By Precedence?
Just wondering if there is a way to order the navigation on the navigation list page in the admin by the precedence. Some of my clients have large navigation trees and want to see it ordered by the precedence they ordered it too.
Comments
$config['module_overwrites']['navigation'] = array( 'table_headers' => array( 'id', 'label', 'nav_key', 'precedence', 'published', ));