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

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

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -