An open API service indexing awesome lists of open source software.

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

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