How to View Open and closed cases on page load in a table by default??

You should see both open and closed unless you have a condition to not show closed. The other thing that comes to mind is that perhaps you have the maximum records on load set to 20 and the first 20 rows all happen to be open. Assuming you have checked to make sure you don’t have a condition on the model limiting the query to just not closed cases and assuming that you have the max number of rows upon page load set to a number large enough to contain both open and closed cases… I am out of ideas on this one…