There is a table having 100 rows with scroll bar.At any point of time only 5 rows can be seen in the viewport of table body.
I tried using .is(:visible) but it working even if the row is out of the viewport of table body.
There is a table having 100 rows with scroll bar.At any point of time only 5 rows can be seen in the viewport of table body.
I tried using .is(:visible) but it working even if the row is out of the viewport of table body.