Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

NaveenDA/tablenavigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

https://naveenda.github.io/tablenavigator/

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published