Skip to content

Commit 242671f

Browse files
author
Nathan Nguyen
committed
Sort by response
1 parent f00a854 commit 242671f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/table/course_links.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected function define_table_configs(\moodle_url $url) {
9090

9191
// Set table configs.
9292
$this->collapsible(false);
93-
$this->sortable(true);
93+
$this->sortable(true, 'response', SORT_ASC);
9494
$this->pageable(true);
9595
}
9696

0 commit comments

Comments
 (0)