Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Tabla filtrable (7 columnas, ejemplo con 30 filas)</title>
<style>
body { font-family: Arial, sans-serif; margin: 20px; background: #f5f5f5; }
table { border-collapse: collapse; width: 100%; background: white; box-shadow: 0 0 8px rgba(0,0,0,0.08); }
th, td { border: 1px solid #ddd; padding: 6px 8px; text-align: left; }
th { background: #333; color: #fff; position: sticky; top: 0; z-index: 1; }