resuelto el problema al editar

This commit is contained in:
Jaime Jimenez
2023-08-31 14:32:07 +02:00
parent 064311bc31
commit a3d0f3ca7a

View File

@ -506,7 +506,7 @@ const lastColNr2 = $('#tableOfPrecios').find("tr:first th").length - 1;
// Activate an inline edit on click of a table cell
$('#tableOfPrecios').on( 'click', 'tbody span.edit', function (e) {
editor.inline(
editor2.inline(
theTable2.cells(this.parentNode.parentNode, '*').nodes(),
{
cancelHtml: '<a href="javascript:void(0);"><i class="ti ti-x"></i></a>',