diff -r 0ea9dfb3fce9 -r 124af734af68 www/js/profile_water.js --- a/www/js/profile_water.js Sat Feb 23 22:56:35 2019 +0100 +++ b/www/js/profile_water.js Sun Feb 24 17:23:52 2019 +0100 @@ -151,7 +151,6 @@ source: dataAdapter, theme: theme, showstatusbar: true, - localization: getLocalization(), renderstatusbar: function (statusbar) { var container = $("
"); var addButton = $("
Nieuw
"); @@ -187,7 +186,7 @@ { text: 'Cl', datafield: 'chloride', width: 60, align: 'right', cellsalign: 'right', cellsformat: 'f1' }, { text: 'SO4', datafield: 'sulfate', width: 60, align: 'right', cellsalign: 'right', cellsformat: 'f1' }, { text: 'pH', datafield: 'ph', width: 60, align: 'right', cellsalign: 'right', cellsformat: 'f1' }, - { text: 'Wijzig', datafield: 'Edit', width: 100, columntype: 'button', cellsrenderer: function () { + { text: '', datafield: 'Edit', width: 100, columntype: 'button', cellsrenderer: function () { return "Wijzig"; }, buttonclick: function (row) { // open the popup window when the user clicks a button.