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

Add a view-only mode to the Table Editor View (Step 3 of issue #1758) #2520

Merged
merged 3 commits into from
Sep 25, 2024

Conversation

robyngit
Copy link
Member

Setting viewMode: true when initializing the TableEditorView will deactivate the ability for users to edit table cell values, or add & delete rows and columns. The column sort functionality is maintained. e.g.:

new TableEditorView({
  csv: `ID,Fruit,Number
        1,Apple,123456
        2,Orange,234567
        3,Watermelon,345678`,
  viewMode: true,
});

--->
image

@robyngit robyngit changed the base branch from main to develop September 12, 2024 19:52
@rushirajnenuji rushirajnenuji merged commit c23f645 into develop Sep 25, 2024
1 check passed
@robyngit robyngit deleted the feature-1758-data-table-previews-3 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