You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
Hi
There is a problem when i selected row/rows i didn't see the delete button
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
The text was updated successfully, but these errors were encountered: