DEV Community

Cover image for Build Searchable JSON Lists & Data Tables with SenangWebs Index
jQueryScript
jQueryScript

Posted on

Build Searchable JSON Lists & Data Tables with SenangWebs Index

SenangWebs Index: A lightweight JavaScript library for building searchable, paginated data views from JSON data.

Key features:

  • Multi-field search with automatic debouncing
  • Declarative HTML or programmatic JavaScript API
  • Built-in loading, error, and empty states
  • Zero external dependencies, pure ES6+
  • Works with JSON arrays or remote endpoints

Perfect for product catalogs, user directories, or any project that displays filterable data.

The dual initialization approach means you can use HTML attributes for simple cases or the full JavaScript API when you need more control.

๐Ÿ‘‰ Blog Post

๐Ÿ‘‰ GitHub Repo

๐Ÿ‘‰ Live Demo

Top comments (0)