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

feat(data-table): add index to row select and row click outputs #1007

Merged
merged 2 commits into from
Dec 4, 2017

Conversation

emoralesb05
Copy link
Contributor

Description

index property is added to both rowClick and rowSelect output events.

General Tests for Every PR

  • ng serve --aot still works.
  • npm run lint passes.
  • npm test passes and code coverage is not lower.
  • npm run build still works.

closes #992

@emoralesb05 emoralesb05 merged commit 7d4d87b into develop Dec 4, 2017
@emoralesb05 emoralesb05 deleted the feature/row-index branch December 4, 2017 18:32
@nueko
Copy link

nueko commented Dec 14, 2017

hey, how to get index from tdDataTableTemplate?

kriswinbush pushed a commit to kriswinbush/covalent that referenced this pull request Feb 20, 2020
…data#1007)

* feat(data-table): add index to row select and row click outputs

* chore(): fix rxjs to 5.5.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

td-data-table (rowSelect) get selected index
2 participants