Hello support,
I have two fixed columns.
My second fixed column header has following code.
When I call save button , I access this div tag and displays “Saving…” message.
This was working fine, but when I used split functionality I am not able view “Saving…” message.
There is no any js error on console.
This is code in the function
document.getElementById(‘savingHdrDivId’).innerHTML = “Saving…”
document.getElementById(‘savingHdrDivId’).style.zIndex = 1000;