fixed dirty rows
This commit is contained in:
@@ -968,6 +968,11 @@
|
|||||||
|
|
||||||
if (!row) return;
|
if (!row) return;
|
||||||
|
|
||||||
|
// Salta le righe nascoste (filtrate / non nella selezione ristretta):
|
||||||
|
// non devono essere sincronizzate né marcate dirty.
|
||||||
|
const rowEl = cell.closest(".grid-row");
|
||||||
|
if (rowEl && rowEl.style.display === "none") return;
|
||||||
|
|
||||||
const colType = cell.dataset.colType;
|
const colType = cell.dataset.colType;
|
||||||
const colKey = cell.dataset.col;
|
const colKey = cell.dataset.col;
|
||||||
const input = cell.querySelector(".cell-input");
|
const input = cell.querySelector(".cell-input");
|
||||||
|
|||||||
Reference in New Issue
Block a user