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

get actual iteration from <datatable> #164

Closed
elvisbegovic opened this issue Sep 30, 2016 · 0 comments
Closed

get actual iteration from <datatable> #164

elvisbegovic opened this issue Sep 30, 2016 · 0 comments

Comments

@elvisbegovic
Copy link
Contributor

elvisbegovic commented Sep 30, 2016

ENHANCEMENT:
I need to know if from <datatable [rows]="data"> I can get actual iteration of my data or index, because I need one tooltip and I don't want repeat it in each <datatable-column> I juste set here the button and the body of tooltip I set it outside <datatable-column> so in final

<datatable>
    <datatable-column> 
        <button to open body-tooltip>
    </datatable-column>
    ...
    <body-of-my-tooltip-is-set-only-once>
</datatable>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant