How do you select a row that is not in the DOM due to deferred rendering?

How do you select a row that is not in the DOM due to deferred rendering?

alexTrlmalexTrlm Posts: 1Questions: 1Answers: 0

I want to select a row after adding it to my table, but I have deferred rendering on, so the row is not in the DOM to select using the .node() API. Is there anyway around this? Obviously I can turn off deferred rendering, but that isn't an option.

This discussion has been closed.