Socket
Socket
Sign inDemoInstall

tabellion

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabellion

Table manipulation made easy, add/remove rows and cells.


Version published
Maintainers
1
Created
Source

Tabellion

Tabellion is a lightweight script to manipulate tables, table rows and table cells.

Build Status devDependency Status

Installation

Via npm

Run in your console: npm install tabellion

Via bower

Run in your console: bower install tabellion

Manual installation

Download the latest release and attach tabellion's script to your page:

<script src="js/tabellion.js"></script>

Basic Usage

You can now instantiate a new MediumEditor object:

<script>var tbl = new Tabellion(<your_table_element);</script>

API

  • root
  • addRow([index], [target])
  • deleteRow(index)
  • addColumn([index], [target])
  • deleteColumn(index)
  • deleteTable()
  • zebrify([options])
  • highlight(index)

Developing

Install dev dependencies:

npm install

Run tests:

npm test

Update build:

npm run build

Profit :grin:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Test your changes to the best of your ability.
  4. Update the documentation to reflect your changes if they add or changes current functionality.
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request

License

MIT

Keywords

FAQs

Package last updated on 02 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc