DEV Community

Cover image for Vanilla Table Enhancer: Add Search & Sort to HTML Tables
jQueryScript
jQueryScript

Posted on

Vanilla Table Enhancer: Add Search & Sort to HTML Tables

Vanilla Table Enhancer: A JavaScript library that adds search, sort, and pagination to HTML tables without dependencies.

Key features:

  • Pure vanilla JavaScript with zero external requirements
  • Real-time search filtering across all columns
  • Click-to-sort with automatic type detection
  • Configurable pagination with custom page sizes
  • Works with legacy browsers when polyfilled
  • Refresh and destroy methods for dynamic content

Perfect for dashboards, documentation, and report interfaces where you need interactive tables without heavy grid libraries.

๐Ÿ‘‰ Blog Post

๐Ÿ‘‰ GitHub Repo

๐Ÿ‘‰ Live Demo

Top comments (0)