svelte-resizable-columns
Version:
Svelte JS action for resizing HTML table columns
21 lines (16 loc) • 440 B
HTML
<html lang="en-US" dir="ltr">
<head>
<!-- <script type="importmap">
{
"imports": {}
}
</script> -->
<!-- <style></style> -->
<link rel="preload" href="./bundle.css" as="style" />
<link rel="preload" href="./bundle.js" as="script" />
<link rel="stylesheet" href="./bundle.css" />
</head>
<body>
<script type="module" src="./bundle.js"></script>
</body>
</html>