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

Selecting a row with double click using TurboTable #5256

Closed
cagataycivici opened this issue Mar 4, 2018 · 1 comment
Closed

Selecting a row with double click using TurboTable #5256

cagataycivici opened this issue Mar 4, 2018 · 1 comment
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@cagataycivici
Copy link
Member

cagataycivici commented Mar 4, 2018

Add pSelectableRowDblClick to the directive so that users can select with double click.

@cagataycivici cagataycivici added this to the 5.2.1 milestone Mar 4, 2018
@cagataycivici cagataycivici self-assigned this Mar 4, 2018
@cagataycivici cagataycivici added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Mar 4, 2018
@cagataycivici cagataycivici removed this from the 5.2.1 milestone Mar 4, 2018
@cagataycivici cagataycivici changed the title Selecting a row with double click using pSelectableRow Selecting a row with double click using TurboTable Mar 4, 2018
@cagataycivici cagataycivici added this to the 5.2.1 milestone Mar 4, 2018
@asingh3886
Copy link

asingh3886 commented Mar 7, 2018

Thanks for this awesome feature. Though I am still not able to use this.
I am getting error "ng:Can't bind to pSelectableRowDblClick, since isn't known property of tr"

<tr [pSelectableRowDblClick]="rowData">
<td *ngFor="let col of columns">
{{rowData[col.field]}}


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants