JS access of invisible rows
-
Hi Tobias
Do I have a chance to access the row content of invisible rows? The rows are invisible because of a filter.
test.sti-bearings.com
When entering some numbers in the third column of this page and then pressing the button <Anfrage senden> everything works fine. But when using a filter just the filtered rows are processed.I’m using this JS code to access the row content:
arrArtNr = Array.prototype.slice.call(document.getElementById(“tablepress-1”).getElementsByClassName(“column-1”)),
arrAnz = Array.prototype.slice.call(document.getElementById(“tablepress-1”).getElementsByClassName(“anz”));Is there a better way to access all the rows?
Thanks
J?rg
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘JS access of invisible rows’ is closed to new replies.