-
Bug
-
Resolution: Fixed
-
Minor
-
2.1.10, 2.2.7, 2.2.8, 2.2.9, 2.2.10
-
None
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_22_STABLE
After the new YUI javascript based table was added, this plugin shows a blank page in some cases.
The problem is that the YUI components included on 1.0.9-rc1 (datatablepaginator.js and paginatorview.js) don't work with yui 3.4.1 and previous versions, this means that the new feature only works on Moodle 2.3 and later versions.
There is a workaround uncommenting the line 266
//echo html_writer::table($table)."\n";
This will display the html table instead of the javascript based one.