Part of MKWS-64.
[mkws-moved-to-github.git] / src / mkws-team.js
index ad6bdd3..04d83e8 100644 (file)
@@ -124,6 +124,16 @@ mkws.makeTeam = function($, teamName) {
                   " -> '" + val + "'");
         if (key === 'page') {
           that.showPage(parseInt(val));
+        } else if (key === 'sort') {
+          that.set_sortOrder(val);
+          if (that.submitted()) {
+            that.reShow();
+          }
+        } else if (key === 'size') {
+          that.set_perpage(val);
+          if (that.submitted()) {
+            that.reShow();
+          }
         }
       }
     }