Designing HTML tables with sorting, filtering, fixed headers, zebra colour feature and so on.
These approaches have proved most promising to me…
Many plain HTML/CSS approaches suffer from the need to have a fixed width specified to the columns.
However using automatic width will result in column width running out of sync for header and body.