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(table component): add callbacks for the table row selections #160

Merged
merged 4 commits into from
Jun 19, 2023

Conversation

xanderantoniadis
Copy link
Collaborator

@xanderantoniadis xanderantoniadis commented Jun 16, 2023

BREAKING CHANGE: The callback handleRowClick has changed to onRowClick

Description

  • Added a callback (onRowSelect) to return the selected rows.
  • Changed a callback function name from handleRowClick to onRowClick returning the clicked row item data.

BREAKING CHANGE: The callback handleRowClick has changed to onSelectRowClick
@xanderantoniadis xanderantoniadis requested review from maryxan and ThrasyvoulosKafasis and removed request for maryxan June 16, 2023 14:52
Update table component test snapshots
BREAKING CHANGE: Callback naming changed
@xanderantoniadis xanderantoniadis merged commit 06c1f9d into main Jun 19, 2023
@xanderantoniadis xanderantoniadis deleted the feat/add-table-callbacks branch June 19, 2023 08:39
github-actions bot pushed a commit that referenced this pull request Jun 19, 2023
# [4.0.0](v3.5.10...v4.0.0) (2023-06-19)

### Features

* **table component:** add callbacks for the table row selections ([#160](#160)) ([06c1f9d](06c1f9d))

### BREAKING CHANGES

* **table component:** The callback handleRowClick has changed to onSelectRowClick

* fix(table): update snapshots

Update table component test snapshots

* fix(table): callback changes
* **table component:** Callback naming changed

* fix(table): leftover fix
@github-actions
Copy link

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants