Skip to content
Oli Folkerd edited this page Dec 24, 2015 · 13 revisions

Setting up tabulator could not be simpler.

Include the library

<script type="text/javascript" src="tabulator.js"></script>

Create an element to hold the table

<div id="example-table"><div>

Turn the element into a tabulator with some simple javascript

$("#example-table").tabulator();