Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 440 Bytes

HTML-table-range-selection

having range selection in cell level like Excel

usage

In your html

<link rel="stylesheet" type="text/css" href="toRangeSelectionTable.css">
<script src="./toRangeSelectionTable.js"></script>

In your js

toRangeSelectionTable(document.getElementById("table-id"));

demo

http://windzcuhk.github.io/HTML-table-range-selection/