For example, after click the 1st cell of of the table on this page, I inspect the html with View/Page Source using Firefox and I notice the table identified with id="myTable"
has all its rows even though only some rows are visible from the normal browser view. I dont understand why there is a difference?
How could I use Firebug to see what data is actually being visible from the browser?
I am trying to understand the structure of what is going on because I would like to see how hard it will be to add code so that after each table filtering of rows there is also a change in the display of linked markers associated to the visible rows on web map (using Google Maps Api).
Thanks for your patience!