HI guys,
What I want to do is have a page load with a table with no data loaded. Then when the user clicks a button I want to just update the panel where the table is. So only that table data gets called. After the data is in the table I want the user to be able to control the collapsible panel that the table is in so that the user doesn't always have to look at it.

I also have a update progress panel because loading the data takes some time.

So basically first time call the server, after that don't call the server.