ui-grid symbols issue

前端 未结 9 1019
青春惊慌失措
青春惊慌失措 2020-12-10 10:21

I am using AngularJs ui-grid http://ui-grid.info/.

While implementing, I get something which you can see in the following img in right corner of the cell instead of

9条回答
  •  余生分开走
    2020-12-10 10:38

    If you use ui-grid - v4.6.6, you need to put ui-grid.ttf and ui-grid.woff into folder fonts. So the structure of directory will looks like this:

    ui-grid.min.css
    fonts  # <--  this is a folder
        ui-grid.ttf  # <-- in fonts folder
        ui-grid.woff  # <-- in fonts folder
    

提交回复
热议问题