Skip to content

Implement set_row_value method #438

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

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

martinRenou
Copy link
Member

Issue number of the reported bug or feature request: #

Fix #352

Describe your changes

An equivalent to the current set_cell_value method, but for setting entire rows.

Testing performed

Manual Notebook tests + adding a unit test in JS

Additional context

For users, it's more convenient/performant to have this kind of APIs than having to call set_cell_value many times. We may want to implement the equivalent for columns at some point.

@martinRenou martinRenou force-pushed the row_data_set branch 3 times, most recently from 1570ff0 to 201f95d Compare September 5, 2023 14:05
@martinRenou martinRenou marked this pull request as ready for review September 5, 2023 14:43
@martinRenou martinRenou changed the title Row data set Implement set_row_value method Sep 6, 2023
Copy link
Contributor

@gaborbernat gaborbernat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@martinRenou
Copy link
Member Author

Thanks for the review! Will merge as soon as the patch release is out.

Signed-off-by: martinRenou <[email protected]>
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.

add / remove rows without having to reset the whole datagrid
2 participants