tablenavigator

2.0.1 • Public • Published

tableNavigator

jQuery plugin for creating spreadsheet-like data table with input fields and keyboard navigation support just like the Microsoft Excel

Initialization

You can install tablenavigator via npm or cdn or local

NPM

npm install tablenavigator

CDN

<script src="//unpkg.com/tablenavigator"></script>

Local

First add the javascript and CSS file to your webpage

<script src="/path/to/tablenavigator.jquery.js"></script>

How to

$(document).ready(function() {
  $('table').tablenavigator();
});

Demo

Package Sidebar

Install

npm i tablenavigator

Weekly Downloads

2

Version

2.0.1

License

MIT

Last publish

Collaborators

  • naveendaa