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

Button delete doesn't display on selected rows #74

@vladkalyuzhny

Description

@vladkalyuzhny

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions