Skip to content

Instantly share code, notes, and snippets.

@Legenda374
Legenda374 / table.html
Created May 21, 2024 22:06 — forked from dunhamsteve/table.html
Example of a scrollable table that only renders visible rows
<!-- This code is public domain, share and enjoy. -->
<html>
<style type="text/css" media="screen">
#table {
position: absolute;
top: 30px;
bottom: 0;
left: 10px;
right: 10px;
}