Recent Releases of https://github.com/caltechlibrary/csvtextarea
https://github.com/caltechlibrary/csvtextarea - Improved key bindings, info icon
Improved the key binds for working with tabular data. Added an info icon which will display basic help info and key bindings.
- JavaScript
Published by rsdoiel 12 months ago
https://github.com/caltechlibrary/csvtextarea - Working proof of concept
The CSVTextarea now has enhanced change data including column name, column number and row number when a cell changes. It has three functions for integrating CSVTextarea including toJSON(), updateCell() and getCellValue(). The latter two can use either the column number or name to reference the cell.
- JavaScript
Published by rsdoiel 12 months ago
https://github.com/caltechlibrary/csvtextarea - Initial Proof of concept
This is a proof of concept web component for working with tabular data with a plain textarea fallback. csv-textarea encodes the innerHTML as CSV data. The element also has a toJSON() function which may be better suited for submitting data via the browser's fetch implementation.
- JavaScript
Published by rsdoiel 12 months ago