'<td data-row="'+ rowId +'" data-col="'+ colName +'">' + text + '</td>';
$('.my_table').on('click', 'td', function (e) {
console.log(this.dataset); // object {row: '...', col: '...'}
console.log(this.innetHTML); // string 'text'
});
edit?row=34&col=phone&newValue=8916123