HTML/JS Drag Select Across Table (Spreadsheet Style)

Viewed 20

I would like to create a table for a web page that is kind of like a PPT or Word table. I need the user to be able to type into the cells and use the arrow/tab keys to navigate (which I am fine with), but they also need to be able to drag select across the table to delete/copy/paste data.

I have been looking for solutions for days but can't find anything; handsontable and alike are way too over the top for what I need.

I just need a 3 column table for the user to type in. I would provide the code, but so far it's basically just a html table with input fields in the cells, so nothing useful.

Thank you!

0 Answers
Related