$(document).ready(function(){ // Initialize the editable-table functionality $('#usertable').editableTableWidget(); $('#btnnewuser').click(function() { var newUser = 'User' + String(Math.floor(Math.random() * Math.floor(9999))).padStart(4, '0'); $('#usertable tbody').append($('