Version 6.2 Released!

Click to checkout the new features

Old Documentation
You are browsing documentation for an old version of Tabulator. Consider upgrading your project to Tabulator 6.2

Upgrade Guide v4.1 to 4.2

Previous Version Upgrades

If you are upgrading from any version of tabulator below version 4.1, you should read the v4.0 to 4.1 upgrade guide first.

Downloaders

PDF Downloader Autotable Dependency Change

You only need to make this change if you use the PDF downloader in your project

The PDF downloader now uses the 3.0.5 version of the jspdf-autotable plugin to allow even more featers for PDF downloading.

Where you used to include the 2.3.2 version of the library

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/2.3.2/jspdf.plugin.autotable.js"></script>

You should now use the 3.0.5 version:

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.0.5/jspdf.plugin.autotable.js"></script>
Donate