2 comments on “CSS srolling table with fixed header

  1. .tableContainer tfoot tr {

    position: absolute; /* throws the footer out of the table */
    top: 264px;
    left: 0px;

    }

    with the above style of tfoot, when one adds another row in tfoot, it appears onto the previous one. Any one having idea about the this? I think its position should be relative and something this kind. Also it should not be absolute bcz when there will be less data in table body, it will stay there and there will be gap between data and footer. Any ideas plz?

Leave a Reply

Your email address will not be published. Required fields are marked *