Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.37 KB

README.md

File metadata and controls

31 lines (23 loc) · 2.37 KB

Tabulazer

A Chrome Extension to filter, sort, page and style any existing HTML table using the Tabulator JS library.

Introduction

Do you work with websites featuring a lot of HTML tables? Would you like to filter, sort and/or page them? If so, then this lightweight extension might be useful.

You can use it to transform any standard table into a fully-featured interactive table with the following features:

  • Real-time column sorting (and reverse sorting)
  • Real-time column filtering (using full-text search)
  • Width enlarge to 100% (to increase readability)
  • Dynamic paging (useful for very long tables)
  • Resizable columns (using mouse handlers)
  • Copy & Paste support with seamless CSV/Excel/Google Sheets support (using CTRL+C)

... and more!

Highly recommended if you're dealing with big tables and need to quickly extract relevant data from them.

The transformation is done using Tabulator, a great table management JS library made by Oli Folkerd which I'm extensively using in all my web-based projects.

External Packages

Here's a list of all the open-source, third-party packages that have been used within the extension (all credit due to their respective authors):

Useful Resources