Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 631 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 631 Bytes

input-table

movie.6.mp4

https://code4fukui.github.io/input-table/

  • set / get value by CSV
  • move cursor by cursor key up / down and tab / shift+tab
  • paste from spreadsheet
  • add row / line
  • delete row / line by selection

usage

<script type="module" src="https://code4fukui.github.io/input-table/input-table.js"></script>
<input-table id="inputtable"></input-table><br>

<textarea id="chk" style="width:70vw;height:7em;margin-top:1em">name,date,value
abc,2021-06-19,100
def,2021-06-20,10
xyz,2021-07-01,5</textarea>