https://github.com/olifolkerd/tabulator-ideas
A collection of links to community snippets and project using Tabulator
https://github.com/olifolkerd/tabulator-ideas
Last synced: 3 months ago
JSON representation
A collection of links to community snippets and project using Tabulator
- Host: GitHub
- URL: https://github.com/olifolkerd/tabulator-ideas
- Owner: olifolkerd
- License: mit
- Created: 2020-09-05T15:28:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T12:25:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T23:49:55.959Z (5 months ago)
- Size: 19.5 KB
- Stars: 25
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Tabulator Ideas
A community maintained list of links to snippets, examples, projects involving Tabulator.Anyone is welcome to contribute to this list, simply submit a PR with a link to your code or project *(please only link to your code, do not include code in this repo)*
## Featured Projects
Show off your projects built using Tabulator**Framework Components**
* [React Tabulator](https://github.com/ngduc/react-tabulator) - A React component for Tabulator
* [Vue Taulator](https://vue-tabulator.netlify.app/) - A Vue component for Tabulator
* [Orgenic UI](https://orgenic.org/) - Ready-to-use web components for creating User Experience driven HTML5 applications
* [Panel](https://awesome-panel.readthedocs.io/en/latest/packages/awesome-panel-extensions/index.html#tabulator) - A widget for the Python based Panel dashboard
**Language Ports** - Bringing Tabulator Into New Languages
* [TypeScript](https://github.com/Jojoshua/TypedTabulator) - Typescript Typings**Developer Tools**
* [Beekeeper Studio](https://www.beekeeperstudio.io/) - An Open Source SQL Editor and Database Manager
* [Stalk Studio](https://github.com/dgurkaynak/stalk-studio) - An experimental debugger & profiler built on top of distributed tracing
* [Tabular Data Viewer](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.tabular-data-viewer) - Visual Studio Code Table View extension for viewing .csv, .tsv and .tab data files with Tabulator.**Exciting Projects**
* [MicrobeTrace](https://microbetrace.cdc.gov/MicrobeTrace/) - Visualization Multitool for Molecular Epidemiology and Bioinformatics
* [Datagroom](https://github.com/h-tendy/datagroom-gateway) - Aims to provide tools to maintain and groom arbitrary table-like datasets with a simple and intuitive user-experience.## Useful Snippets and Examples
Links to Code Pen's or JS Fiddles that demonstrate how to use certain table features
**Angular Component Setup**
* [Angular Setup Example](https://github.com/Fr1edrick/AngularTabulator) - Setting up an Angular 8.3.28 component with tabulator
* [Angular Setup Example](https://github.com/David-Mawer/tabulator-angular-sample) - Setting up an Angular 9.1.7 component with tabulator