kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
556 stars 303 forks source link

The FontAwesome icons are not working #964

Closed paulocoutinhox closed 4 years ago

paulocoutinhox commented 4 years ago

Prerequisites

Libraries

Details

The font awesome icons don't appear on kartik grid version 3.3.5 and latest yii2 version.

I search inside source code and i don't find where he set the font awesome icons for edit, view and delete.

On demo site:

image

On mine:

image

In using boostrap 4 with adminlte latest version.

Thanks for any help.

paulocoutinhox commented 4 years ago

** The trash icon i put manually only to test

kartik-v commented 4 years ago

You need to set bsVersion (preferrably globally) for the Krajee extensions to understand when to use Glyphicons (BS3) or Font Awesome (BS4).

Refer the settings in docs

paulocoutinhox commented 4 years ago

I already set this. This is not he problem.

I found the problem and the problem is the column of grid that need use Kartik action column.

Thanks anyway.