Skip to content

Instantly share code, notes, and snippets.

View nathanstiteler's full-sized avatar

nathanstiteler

View GitHub Profile
@vipranarayan14
vipranarayan14 / navigable-table.html
Last active January 22, 2025 19:06
A pure JavaScript navigable table that allows navigation using arrow keys.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<table id="navigableTable">
<tbody>