EvHaus / doby-grid

An HTML table element on steroids.
Other
14 stars 5 forks source link

Add option to copy HTML #175

Closed mminer closed 9 years ago

mminer commented 9 years ago

As requested in #2, I added an option to copy rows in HTML format. In addition to "csv" and "json", options.clipboard now accepts "html" and outputs a table.

I added tab indents and line breaks to the output for pretty formatting. I suspect this is preferred by end users, but I can change it to output a single line if that's more desirable.