www/js/inv_yeasts.js

changeset 702
f0896a6f9b64
parent 701
3ce3df681be0
child 725
30346e5b9e12
--- a/www/js/inv_yeasts.js	Sat Jun 13 12:14:26 2020 +0200
+++ b/www/js/inv_yeasts.js	Sat Jun 13 13:50:57 2020 +0200
@@ -233,6 +233,8 @@
   theme: theme,
   showstatusbar: true,
   renderstatusbar: function(statusbar) {
+   var rowCount = $("#jqxgrid").jqxGrid('getrows').length;
+   statusbar.append('<div style="float: left; margin: 8px; color: orange !important;">Aantal items: ' + rowCount + '</div>');
    var container, addButton, impButton;
    container = $('<div style="overflow: hidden; position: relative; margin: 5px;"></div>');
    addButton = $('<div style="float: right; margin-right: 15px;"><img style="position: relative; margin-top: 2px;" ' +

mercurial