diff --git a/user/classes/participants_table.php b/user/classes/participants_table.php index 21ba357922f..ab465983895 100644 --- a/user/classes/participants_table.php +++ b/user/classes/participants_table.php @@ -211,6 +211,9 @@ class participants_table extends \table_sql implements dynamic_table { $this->define_columns($columns); $this->define_headers($headers); + // The name column is a header. + $this->define_header_column('fullname'); + // Make this table sorted by last name by default. $this->sortable(true, 'lastname');