-
Notifications
You must be signed in to change notification settings - Fork 357
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(data-table): onclick event for datatable rows, select event only on checkboxes, multi shift click and basic a11y (closes #468) (closes #592) #572
Merged
Merged
Changes from 18 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
027d50e
feat: Datatable: onclick event for datatable rows
a4e4460
changing event name to ITdDataTableRowClickEvent
cf2d51a
Merge branch 'develop' into feature/datatable-row-onclick
jeremysmartt 1828a4a
merging develop into branch
eec687e
Merge branch 'develop' into feature/datatable-row-onclick
jeremysmartt 632453d
Merge branch 'develop' into feature/datatable-row-onclick
01c777b
update to have selectable row w/ the checkbox, but only if you click …
c28d148
adding ability to shift multi select rows in datatable
94e81e9
updating demo text to say ability to shift click and adding a unit te…
35b1eb3
Merge branch 'develop' into feature/datatable-row-onclick
emoralesb05 3a09de4
Merge branch 'develop' into feature/datatable-row-onclick
emoralesb05 8f9a666
chore(): expose ITdDataTableRowClickEvent in the API
emoralesb05 365edfd
feat(): use DOCUMENT if its there, else dont use it
emoralesb05 5409ae9
chore(): add (rowClick) in data-table docs
emoralesb05 1ebdd62
chore(data-table): remove checked arg in select method
emoralesb05 cb189ee
Merge branch 'develop' into feature/datatable-row-onclick
kyleledbetter ec038aa
chore(data-table): test the click event as output
emoralesb05 1281a51
feat(data-table): adding keyboard a11y for selections
emoralesb05 dd389f1
feat(data-table): add more keyboard a11y
emoralesb05 f453f6e
Merge branch 'develop' into feature/datatable-row-onclick
emoralesb05 1117342
chore(): simplify shift selection to use index
emoralesb05 565ec7f
Fixing case where selecting a row, then unselecting the row and then …
15a1a26
Ability for Holding Shift Key and moving up and down the datatable wi…
b9a0a45
clickable input to datatable allows for rowClick event to be fired. …
cbd2116
chore(): use dialog instead of alert
emoralesb05 980cbbf
fix(): be able to tab when its `selectable`
emoralesb05 b1bbc98
fix for when multiple is false and only allowing 1 selection and fix …
7cfa95b
fix unit tests
411af75
chore(): fixed single selection
emoralesb05 9bd4f9c
Merge branch 'feature/datatable-row-onclick' of https://github.com/Te…
emoralesb05 5fc7731
Merge branch 'develop' into feature/datatable-row-onclick
emoralesb05 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍷