Can we color code the sublist rows in a suitelet s...
# suitescript
r
Can we color code the sublist rows in a suitelet specifically of sublist type INLINEEDITOR Using clientScript PageInIt? I was able to do the same for the Sublist of type LIST using
Copy code
const 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.
Copy code
const trDom = document.getElementById(`${sublistId}_row_${i}`)