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

Support rendering TableEditorView from csv (Step 2 of issue #1758) #2519

Merged
merged 4 commits into from
Sep 25, 2024

Conversation

robyngit
Copy link
Member

  • Add a robust, tiny, popular csv parser PapaParse
  • Support initializing TableEditorView with a csv string, e.g.
const myTable = new TableEditorView({
  csv: `ID,Fruit,Number
    1,Apple,123456
    2,Orange,234567
    3,Watermelon,345678`,
});

--->
image

src/js/app.js Show resolved Hide resolved
src/js/app.js Show resolved Hide resolved
src/js/app.js Show resolved Hide resolved
src/js/app.js Show resolved Hide resolved
@rushirajnenuji rushirajnenuji merged commit 337975e into develop Sep 25, 2024
1 check failed
@robyngit robyngit deleted the feature-1758-data-table-previews-2 branch September 26, 2024 17:23
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