Skip to content

jagdish-176/excelSelect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

excelSelect
===========
Simple jQuery plugin to give you excel like selection on 'table' tag.
1.Shift/Ctrl cell selection supported.
2. rowspan , colspan handled.

Usage :
==========
include
<link href="excel-select.css" media="all" rel="stylesheet" type="text/css">
<script type="text/javascript" src="excel-select.js"></script>
in your html .
and get ready for ..
$(document).ready(function() {
$('table').excelSelect({
    onSelectionEnd:function($table,api){
        console.log("Selected cell ["+api.getSelectedCells().length+"]");
    }});
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published