mercredi 9 décembre 2020

How to build a HTML table similar to excel/google sheets with no JS libraries

For a project that uses MS SQL server to serve data, I need to build an HTML table that the user can populate with the data (copy and pasting). I had a shot at it using a table with editable but I was not able to make it work as intended. By default, it didn't support range selection or embedding a calendar-based date selection (for date columns). I'm certainly oversimplifying this, but I would like to mimic google sheets or excel in terms of the table behavior, I have all the communication and updates with the database working. Ideally, I'd like to do this without any libraries as this project doesn't have a due date and it is more of a personal project.

Any resource that could point me in the right direction will be highly appreciated.




Aucun commentaire:

Enregistrer un commentaire