A
adeveloper
I have a tbody which is invisible (CSS set to display none). When I am
going through all rows in the whole table, how do I find out which
rows are visible to the user and which are invisible?
All invisible rows are in invisible tbodies. Maybe it is possible to
check if parent (tbody) is visible to determine if a row is visible?
It appears that FireFox does not support current style property.
going through all rows in the whole table, how do I find out which
rows are visible to the user and which are invisible?
All invisible rows are in invisible tbodies. Maybe it is possible to
check if parent (tbody) is visible to determine if a row is visible?
It appears that FireFox does not support current style property.