-
Improvement
-
Resolution: Deferred
-
Minor
-
None
-
4.1.2
-
MOODLE_401_STABLE
It's better to have tablelib.php support table responsiveness on mobile devices. Bootstrap already have `table-responsive` class which can be included in table class. There are some pages in admin like participants table which does not support responsiveness whereas users table already have this class added in its div.
`table-responsive` class can be included in `setup()` of tablelib.php file.