MDL-59366 core_user: Disable sorting for roles and groups columns

This commit is contained in:
Jun Pataleta 2017-08-04 09:07:36 +08:00
parent 6cb580713b
commit cd3f250f32

View File

@ -204,6 +204,8 @@ class participants_table extends \table_sql {
$this->sortable(true, 'firstname');
$this->no_sorting('select');
$this->no_sorting('roles');
$this->no_sorting('groups');
$this->set_attribute('id', 'participants');