raghav
01/02/2024, 3:58 PMconst trDom = document.getElementById(`${sublistId}row${i}`)
But for the sublsit of type INLINEEDITOR
I believe the sublist id changes from the above to the mentioned below, but even with it, I am unable to color code it.
const trDom = document.getElementById(`${sublistId}_row_${i}`)