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

Feature Active Row #10

Open
1 task
A-Bahadory opened this issue Feb 21, 2024 · 0 comments
Open
1 task

Feature Active Row #10

A-Bahadory opened this issue Feb 21, 2024 · 0 comments

Comments

@A-Bahadory
Copy link
Owner

From React-Module-Project created by SallyMcGrath: CodeYourFuture#15

Highlight booking row when clicked

Instructions:

Within the <SearchResults /> component or its child components, add an onClick handler to each row in the table (hint: on the <tr> element). When clicked, the row is "selected" and highlighted with a different colour. When clicked again, the row is unselected and the coloured highlighting is removed.

Hint: Use a new state variable for each row to record if the row is selected or not, and use this value to set a class to the className prop of the row.

Test:

  • Verify that each row of your table can be highlighted (on and off) independently when being clicked.
@A-Bahadory A-Bahadory self-assigned this Feb 26, 2024
@A-Bahadory A-Bahadory moved this from 📋 Backlog to 🔖 Ready in React Module Project Board Feb 26, 2024
@A-Bahadory A-Bahadory moved this from 🔖 Ready to 👀 In review in React Module Project Board Feb 28, 2024
@A-Bahadory A-Bahadory moved this from 👀 In review to ✅ Done in React Module Project Board Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant