How do you check if a row is visible?
There seems to be options for columns (isColumnVisible) & the whole component (isVisible)
How do you check if a row is visible?
There seems to be options for columns (isColumnVisible) & the whole component (isVisible)
There’s no built-in method, but you can use the getItemNode
method to check item’s visibility: