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

feat: add multi-view column functionality to DataTable for enhanced v… #132

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

tnrich
Copy link
Collaborator

@tnrich tnrich commented Jan 29, 2025

…isibility control and add example of it in the ove demo

Example usage:

<DataTable
                withCheckboxes
                // THESE TWO PROPS ARE THE IMPORTANT PART /////
                recordIdToIsVisibleMap={this.state.recordIdToIsVisibleMap}
                setRecordIdToIsVisibleMap={recordIdToIsVisibleMap => {
                  this.setState({ recordIdToIsVisibleMap });
                }}
                ///************////
                isSimple
                formName="featTableSelect"
                entities={listOfABunchOfFeats}
                schema={schema}
              ></DataTable>
Screen.Recording.2025-01-29.at.12.26.03.PM.mov

…isibility control and add example of it in the ove demo
@tnrich tnrich merged commit 6d0654c into master Jan 30, 2025
12 of 15 checks passed
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.

1 participant