-
Notifications
You must be signed in to change notification settings - Fork 23
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
ui: table - add support for click/touch callbacks #795
Labels
Milestone
Comments
20 tasks
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 20, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 20, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page ISSUES CLOSED: NationalBankBelgium#795
3 tasks
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 20, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 20, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 20, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 21, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page - fixed issue with double scrollbar - fixed issue with extra padding - added demo for table with selection ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 21, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page - fixed issue with double scrollbar - fixed issue with extra padding - added demo for table with selection - added test for selection in table - changed type of rows from any to object ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 22, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page - fixed issue with double scrollbar - fixed issue with extra padding - added demo for table with selection - added test for selection in table - changed type of rows from any to object ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 22, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page - fixed issue with double scrollbar - fixed issue with extra padding - added demo for table with selection - added test for selection in table - changed type of rows from any to object ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 22, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page - fixed issue with double scrollbar - fixed issue with extra padding - added demo for table with selection - added test for selection in table - changed type of rows from any to object ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 22, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page - fixed issue with double scrollbar - fixed issue with extra padding - added demo for table with selection - added test for selection in table - changed type of rows from any to object ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 22, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page - fixed issue with double scrollbar - fixed issue with extra padding - added demo for table with selection - added test for selection in table - changed type of rows from any to object ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 22, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page - fixed issue with double scrollbar - fixed issue with extra padding - added demo for table with selection - added test for selection in table - changed type of rows from any to object ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 22, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page - fixed issue with double scrollbar - fixed issue with extra padding - added demo for table with selection - added test for selection in table - changed type of rows from any to object ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 22, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page - fixed issue with double scrollbar - fixed issue with extra padding - added demo for table with selection - added test for selection in table - changed type of rows from any to object ISSUES CLOSED: NationalBankBelgium#795
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Nov 22, 2018
- added event emitter to handle a row click - set default row click to selecting the row - fixed selecting rows - fixed action buttons propagation - added hover styling to rows - added test for row click - added example to demo page - fixed issue with double scrollbar - fixed issue with extra padding - added demo for table with selection - added test for selection in table - changed type of rows from any to object ISSUES CLOSED: NationalBankBelgium#795
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Expected behavior
The developer should be able to define custom logic to be executed when a row is clicked.
The text was updated successfully, but these errors were encountered: