There are many ways how to do it, it very depends, what you need. You can, for instance, build the table dynamically on the server-side and include the checked rows only. This is, in my opinion, good solution. Or, you can do some tricks with javascript on the client-side - you can optically hide not checked rows when page is loaded. This solution is dirty, but it gives potentiality to show not checked rows without requesting the server.