-
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 - cell click does not trigger "onClickCallback" #1466
Labels
Milestone
Comments
SuperITMan
referenced
this issue
in SuperITMan/stark
Dec 17, 2019
…n Table component ISSUES CLOSED: #1466
3 tasks
christophercr
changed the title
ui: table - cell click does not triggered "onClickCallback"
ui: table - cell click does not trigger "onClickCallback"
Dec 17, 2019
SuperITMan
referenced
this issue
in SuperITMan/stark
Dec 18, 2019
… Table component Add `cellClicked` output in StarkTableColumnComponent. ISSUES CLOSED: #1466
SuperITMan
referenced
this issue
in SuperITMan/stark
Dec 18, 2019
… Table component Add `cellClicked` output in StarkTableColumnComponent. ISSUES CLOSED: #1466
SuperITMan
referenced
this issue
in SuperITMan/stark
Dec 18, 2019
… Table component Add `cellClicked` output in StarkTableColumnComponent. ISSUES CLOSED: #1466
SuperITMan
referenced
this issue
in SuperITMan/stark
Dec 18, 2019
… Table component Add `cellClicked` output in StarkTableColumnComponent. ISSUES CLOSED: #1466
SuperITMan
referenced
this issue
in SuperITMan/stark
Jan 8, 2020
… Table component Add `cellClicked` output in StarkTableColumnComponent. ISSUES CLOSED: #1466
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Current behavior
When the columnProperties object has the property
onClickCallback
set for a column. If a user click on a cell of the column, the methodonClickCallback
is never triggered.Expected behavior
When the columnProperties object has the property
onClickCallback
set for a column, it should be triggered when a user clicks on a cell of the column.What is the motivation / use case for changing the behavior?
Bug fixing.
Environment
The text was updated successfully, but these errors were encountered: