tegel
tegel copied to clipboard
feat(table): adding tdsClick event to table rows
Describe pull-request
This pull-request is regarding adding an tdsClick event to the table rows handle events on a row click.
Issue Linking:
Choose one of the following options
- GitHub: Include issue link
- No issue: Adding a tdsClick event to the table rows
How to test
Provide detailed steps for testing, including any necessary setup.
- Go to storybook and navigate to the table component > basic row.
- Check in the console that the event is being triggered upon clicking a row.
Checklist before submission
- [x] All existing tests pass
- [x] I have updated the documentation (if applicable)
Suggested test steps
- [x] Browser testing (Chrome, Safari, Firefox)
- [x] Events