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 Request - data-table row clickable link instead of row selection checkbox #592

Closed
manickam91 opened this issue May 15, 2017 · 4 comments
Milestone

Comments

@manickam91
Copy link

manickam91 commented May 15, 2017

this is a feature request to have two different actions for data table row clickable , instead of Selection

Data Table feature to improve navigation

when i set [selectalbe]=true and [multiselect]= true, i am able to listen an event from selection, which i used to navigate to other pages, but in another scenario, i need to select multiple rows and delete it or perform random operations which is not possible right now, because both list click and checkbox click hits the same action, please have a different actions so it would be helpful for navigation

@kyleledbetter
Copy link
Contributor

Like this? #572

@emoralesb05
Copy link
Contributor

Yeah, #572 should take care of this since we are separating the events.

Selection will only happen when clicking on the checkbox.
rowClick will happen when clicking on the row.

@emoralesb05 emoralesb05 added this to the Beta 4 milestone May 16, 2017
@emoralesb05
Copy link
Contributor

So yeah, this will be achieves with the new [clickable] input and (rowClick)="navigateTo($event)" output.

@manickam91
Copy link
Author

New update does not have expected results, there are no separate event listeners for row click and checkbox click

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants