Footable does not show Font Aweseome icons/Glyphicons? -


i have create table , added latest version of footable work fine. when adding font awesome icons item(td) nothing happening, not accepting code either way inject in:

html:

<td>a-kasse hk <i class="fa fa-check" aria-hidden="true"></i></td>

using css:

.icon {      position: relative;        .accepted:before {          content: '\25ae';          font-family: fontawesome;          left:-5px;          position:absolute;          top:0;      }    }

so far removing footable initiation script display font awesome icons, not great solution. can include icons anywhere else on page, not in table.

anyone have come across problem?

the solution suggested here edit css file , replace font-specific code font-awesome or similar css. file @ : https://github.com/bradvin/footable/blob/v2/css/footable.core.css

(sry, link have answered it, not accepted, included entire post...)


Comments

Popular posts from this blog

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Copy range with conditional formatting -

Ansible - ERROR! the field 'hosts' is required but was not set -