Skip to content
This repository was archived by the owner on Sep 25, 2022. It is now read-only.

Icons Not Showing #5

Open
rrohitesh opened this issue Aug 10, 2017 · 0 comments
Open

Icons Not Showing #5

rrohitesh opened this issue Aug 10, 2017 · 0 comments
Labels

Comments

@rrohitesh
Copy link

rrohitesh commented Aug 10, 2017

I have successfully integrated this library by the Icons are not showing for me:

<nv-editable-table [table-headers]="tableHeaders" 
                   [table-rows]="tableRows"  
                   [add-button-label] = "''"
                   [edit-button-label] = "' '"
                   [save-button-label] = "'Save'"
                   [delete-button-label] = "'Delete'"
                   [add-icon] = "'plus icon'"
                   [edit-icon] = "'edit icon'"
                   [save-icon] = "'checkmark icon'"
                   [delete-icon] = "'remove icon'"
                   [add-button-class] = "'ui compact icon button'"
                   [edit-button-class] = "'ui compact blue icon button'"
                   [delete-button-class] = "'ui compact red icon button'"
                   [can-delete-rows]="true"
                   [can-edit-rows]="true"
                   [can-add-rows]="false"
                   class="ui table">
</nv-editable-table>

Please help

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

No branches or pull requests

2 participants