Skip to content
Snippets Groups Projects
Commit 94b1cd11 authored by Friederike Schwager's avatar Friederike Schwager Committed by Friederike Schwager
Browse files

Make column with dropdown unsortable (in overview table)

parent d8251648
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,8 @@ class questionstable extends overviewtable {
$this->define_baseurl($url);
$columns = array('col0', 'col1', 'col2', 'col3', 'col4', 'col5');
if ($showdropdown) {
$columns[] = 'col6';
$columns[] = 'col6'; // Action dropdown menu.
$this->no_sorting('col6');
}
$this->define_columns($columns);
$this->column_style('col0', 'width', '30% !important'); // Question.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment