I implemented a method found on another Stack Overflow post to allow for the expanding and collapsing of table rows using JQuery. The approach is simple and works as expected, however I am encountering the issue that the rows are expanded by default. How can I make these appear collapsed on page load so that the user can decide which ones to expand?I implemented a method found on another Stack O