MCPcopy
hub / github.com/tabulator-tables/tabulator

github.com/tabulator-tables/tabulator @6.5.2 sqlite

repository ↗ · DeepWiki ↗ · release 6.5.2 ↗
1,755 symbols 5,360 edges 249 files 3 documented · 0%
README

<img height="50" src="http://tabulator.info/images/tabulator.png">

An easy to use interactive table generation JavaScript library

Full documentation & demos can be found at: http://tabulator.info


Tabulator Table


Features

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 Features

Frontend Framework Support

Tabulator is built to work with all the major front end JavaScript frameworks including React, Angular and Vue.

Setup

Setting up tabulator could not be simpler.

Include the library and the css

<link href="https://github.com/tabulator-tables/tabulator/raw/6.5.2/dist/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="https://github.com/tabulator-tables/tabulator/raw/6.5.2/dist/js/tabulator.min.js"></script>

Create an element to hold the table






Turn the element into a tabulator with some simple javascript

var table = new Tabulator("#example-table", {});

Bower Installation

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

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

CDN - UNPKG

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:

<link href="https://unpkg.com/tabulator-tables/dist/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="https://unpkg.com/tabulator-tables/dist/js/tabulator.min.js"></script>

Testing

Tabulator comes with both Unit and End-to-End (E2E) tests. Here’s how you can run them:

# Unit test
npm run test:unit

# E2E test
npm run build # Make sure to build the project first
npx playwright test # Run the tests
# or
npm run test:e2e

# Run all tests
npm run test

Core symbols most depended-on inside this repo

bind
called by 451
src/js/modules/Localize/Localize.js
subscribe
called by 276
src/js/core/CoreFeature.js
registerTableOption
called by 150
src/js/core/Module.js
dispatch
called by 124
src/js/core/CoreFeature.js
registerColumnOption
called by 120
src/js/core/Module.js
createElement
called by 110
src/js/modules/ColumnCalcs/ColumnCalcs.js
dispatchExternal
called by 109
src/js/core/CoreFeature.js
getComponent
called by 96
src/js/modules/GroupRows/Group.js

Shape

Method 1,533
Class 166
Function 56

Languages

TypeScript100%

Modules by API surface

src/js/core/RowManager.js67 symbols
src/js/modules/SelectRange/SelectRange.js64 symbols
src/js/core/column/Column.js61 symbols
src/js/core/Tabulator.js61 symbols
src/js/modules/Edit/List.js60 symbols
src/js/core/ColumnManager.js48 symbols
src/js/modules/Filter/Filter.js47 symbols
src/js/core/row/Row.js46 symbols
src/js/modules/GroupRows/Group.js44 symbols
src/js/modules/Edit/Edit.js44 symbols
src/js/modules/GroupRows/GroupRows.js40 symbols
src/js/modules/ColumnCalcs/ColumnCalcs.js39 symbols

Dependencies from manifests, versioned

@babel/core7.26.9 · 1×
@babel/preset-env7.26.9 · 1×
@playwright/test1.60.0 · 1×
@rollup/plugin-node-resolve15.2.3 · 1×
@rollup/plugin-terser0.4.4 · 1×
@types/node22.13.5 · 1×
babel-jest29.7.0 · 1×
eslint9.36.0 · 1×
eslint-plugin-only-warn1.1.0 · 1×
fs-extra11.2.0 · 1×
globby14.0.1 · 1×
jest29.7.0 · 1×

For agents

$ claude mcp add tabulator \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact