
The module distributions can be found in the /dist/js/modules folder. If you need any of the modules in addition to the core files (for example you want to include formatters with your table), then you should include these files after the core js file. The core js files provide the minimal JavaScript needed to create a basic table, these are perfect for environments where optimal file sizes are needed. Tabulator comes with two full package files, these contain the core Tabulator library and all of the modules bundled into one easy to use package. Tabulator comes with a range of possible distributions to best suit the needs of your project. To access Tabulator directly from the UNPKG CDN servers, include the following two lines at the start of your project, instead of the locally hosted versions: Ĭheck out more of the great libraries available to use direclty from CDNJS at Setup Options You can download the source as a zip file from here. If you use the Git CVS you can clone the repository directly to your computer with the following terminal command: git clone Download Var Tabulator = require('tabulator-tables') Git Clone
#JQUERY INSTALL UNPKG INSTALL#
To get Tabulator via the yarn package manager, open a terminal in your project directory and run the following command: yarn install tabulator-tables The old jquery.tabulator package has been deprecated and will no longer be updated, all future updates will appear on the new tabulator-tables package. Var Tabulator = require('tabulator-tables') Then to add the library to your project, you will need to require it: To get Tabulator via the NPM package manager, open a terminal in your project directory and run the following command: npm install tabulator-tables -save To get Tabulator via the Bower package manager, open a terminal in your project directory and run the following command: bower install tabulator -save NPM Installation


There are a number of ways you can include the Tabulator source in your project.

Consider upgrading your project to Tabulator 5.2 Installation You are browsing documentation for an old version of Tabulator.
