Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added exportCSV and exportTable #16

Merged
merged 3 commits into from
Feb 18, 2021

Conversation

jadbox
Copy link

@jadbox jadbox commented Feb 12, 2021

I've added two new methods to the md-advanced-tables to export either a raw two dimensional array and a method to straight export a CSV in the most common format used by most spreadsheets (tab spaces cells and newlines between rows).

Change withCompletedTable to public for 3rd parties
@jadbox jadbox changed the title Update table-editor.ts withCompletedTable to be public interface Added exportCSV and exportTable Feb 18, 2021
@jadbox
Copy link
Author

jadbox commented Feb 18, 2021

@tgrosinger This is ready for review and merge :)

See test/table-editor.ts for basic usage!

@tgrosinger tgrosinger merged commit 7aceb21 into tgrosinger:main Feb 18, 2021
@tgrosinger
Copy link
Owner

This looks great. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants