ui-grid

ui-grid symbols issue

对着背影说爱祢 提交于 2019-11-29 05:25:23
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 dropdown symbols. Which files to include to solve this bug? You need to download the font files: ui-grid.woff ui-grid.eot ui-grid.svg ui-grid.ttf from here . And move them where your ui-grid.min.css lives. Please include ui-grid CSS file by this way <link rel="stylesheet" href="/release/ui-grid-unstable.css"> and ommit the script tag from the Authors Tutorial or Api <script src="/release/ui-grid-unstable.css"></script> for eg (

ui-grid symbols issue

心已入冬 提交于 2019-11-27 03:43:23
问题 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 dropdown symbols. Which files to include to solve this bug? 回答1: You need to download the font files: ui-grid.woff ui-grid.eot ui-grid.svg ui-grid.ttf from here. And move them where your ui-grid.min.css lives. 回答2: Please include ui-grid CSS file by this way <link rel="stylesheet" href="/release/ui-grid-unstable.css"> and ommit