DEV Community

Cover image for Tabulator 4.0 - Interactive JavaScript Tables Made Easy
Oli Folkerd
Oli Folkerd

Posted on

Tabulator 4.0 - Interactive JavaScript Tables Made Easy

Tabulator is an open source, JavaScript library that allows you to create interactive tables in seconds from any HTML Table, JavaScript Array, AJAX data source or JSON formatted data.

It is completely free to use and as of the recently released version 4.0 its core functionality is now completely dependency free.

Once you have included the library in your project it takes a matter of minutes to configure your table and you are good to go.

Tabulator supports all major frontend frameworks and is packed full of useful features including:

  • Sorting
  • Filtering
  • Editing
  • Formatting
  • Selection
  • Styling
  • Data Mutation
  • Responsive Layouts
  • Downloads and Exports
  • Localization
  • and much much more...

The website is full of examples and documentation and the GitHub repo has an active community of users ready to help answer your questions

Top comments (0)