addColumn('no', 'no', array('orderBy' => 'id')) ->addColumn('text', 'added', array('orderBy' => 'added')) ->addColumn( 'enum', 'errorNumber', array( 'orderBy' => 'errorNumber', 'values' => Qs_Debug::getInstance()->getConfigArray('errorTypes') ) ) ->addColumn('text', 'exceptionCode', array('orderBy' => 'exceptionCode', 'defaultText' => '-')) ->addColumn('text', 'ip', array('orderBy' => 'ip')) ->addColumn('text', 'count', array('orderBy' => 'count')) ->addColumn('html', 'message', array('orderBy' => 'message')) ->addColumn('text', 'file', array('orderBy' => 'file')) ->addColumn('text', 'line') ->addColumn('options', 'options', array('actions' => 'viewBacktrace;delete')); return $this; } }