I'm really concerned about the aesthetic aspect of my web app and that's why I'm asking this sort of a silly question. Forgive me in advance if you think it's not that much a big deal.
I'm building a desktop like web app and using jqGrid awesome plugin to show some tabular data. In desktop applications like iTunes, the table has enough empty rows to fill its dimensions. I mean if you set table grid to be 500px in hight and it only has one row the table (zebra) will continue to the end of page. This is something that I want to have but can not accomplish right now using javascript or css.
My first idea was to make background image to the table that fake the empty rows but there are two problems for this method. First it will not work if the user zoom and make the text bigger and second I'm showing some borders between columns that are realizable which makes it impossible to replicate them in background image.
Does anyone have ever tried to make such kind of table grid? Any idea how to do it?