Gathering detailed insights and metrics for tabulator-tables
Gathering detailed insights and metrics for tabulator-tables
Gathering detailed insights and metrics for tabulator-tables
Gathering detailed insights and metrics for tabulator-tables
npm install tabulator-tables
Typescript
Module System
Node Version
NPM Version
Updates and Fixes
Updated on Jan 19, 2025
Improved Importing, Adaptive Formatters & Dependency Management
Updated on Sep 29, 2024
Updates and Fixes
Updated on Jul 21, 2024
Updates and Fixes
Updated on Jul 16, 2024
Updates and Fixes
Updated on Jul 14, 2024
Updates and Fixes
Updated on Jul 14, 2024
JavaScript (79.12%)
SCSS (20.79%)
HTML (0.09%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7,225 Stars
4,113 Commits
855 Forks
146 Watchers
43 Branches
109 Contributors
Updated on Jul 13, 2025
Latest Version
6.3.1
Package Id
tabulator-tables@6.3.1
Unpacked Size
28.30 MB
Size
3.20 MB
File Count
296
NPM Version
10.2.4
Node Version
20.11.0
Published on
Jan 19, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
An easy to use interactive table generation JavaScript library
Full documentation & demos can be found at: http://tabulator.info
Tabulator allows you to create interactive tables in seconds from any HTML Table, Javascript Array or JSON formatted data.
Simply include the library and the css in your project and you're away!
Tabulator is packed with useful features including:
Tabulator is built to work with all the major front end JavaScript frameworks including React, Angular and Vue.
Setting up tabulator could not be simpler.
Include the library and the css
1<link href="dist/css/tabulator.min.css" rel="stylesheet"> 2<script type="text/javascript" src="dist/js/tabulator.min.js"></script>
Create an element to hold the table
1<div id="example-table"></div>
Turn the element into a tabulator with some simple javascript
1var table = new Tabulator("#example-table", {});
To get Tabulator via the Bower package manager, open a terminal in your project directory and run the following command:
bower install tabulator --save
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 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:
1<link href="https://unpkg.com/tabulator-tables/dist/css/tabulator.min.css" rel="stylesheet"> 2<script type="text/javascript" src="https://unpkg.com/tabulator-tables/dist/js/tabulator.min.js"></script>
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 7/8 approved changesets -- score normalized to 8
Reason
8 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 7
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
9 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More