UNPKG

simple-datatables

Version:

A lightweight, dependency-free JavaScript HTML table plugin.

14 lines (13 loc) 453 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Demo</title> <link href="https://cdn.jsdelivr.net/npm/simple-datatables@latest/dist/style.css" rel="stylesheet" type="text/css"> <script src="https://cdn.jsdelivr.net/npm/simple-datatables@latest" type="text/javascript"></script> </head> <body> <script src="index.js" type="text/javascript"></script> </body> </html>