Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Button delete doesn't display on selected rows #74

Open
androidovshchik opened this issue Feb 13, 2017 · 0 comments
Open

Button delete doesn't display on selected rows #74

androidovshchik opened this issue Feb 13, 2017 · 0 comments

Comments

@androidovshchik
Copy link

Hi
There is a problem when i selected row/rows i didn't see the delete button

issue

i found it's implementation
With {{ selectedCount }} Rows: <confirm-button label="Delete" activate="deleteRows ()" ck-class="btn-danger">

So a quick fix will be:
<button class="btn btn-danger" ng-click="deleteRows()">Delete</button>

But i cannot call a promt for user. It's sad. Please, fix this problem

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

No branches or pull requests

1 participant