leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
537 stars 215 forks source link

Icons not showing up on development (not production) #190

Closed pavoni closed 9 years ago

pavoni commented 9 years ago

Only been using wice for a day - so quite possible I've not installed correctly, or made some other beginners mistake.

The functionality all seems to work pretty well - filters, sorting etc all working fine - but for some reason I can't see any icons in my table (using bootstrap if that makes any difference).

I saw the discussion here https://github.com/leikind/wice_grid/issues/128 (and tried the fixes) - but pretty sure my problem is elsewhere (and probably simpler).

Any pointers from the experts?

leikind commented 9 years ago

all icons should be fines but for the one for jQuery Datepicker. Did you run rails g wice_grid:install

pavoni commented 9 years ago

Pretty sure I did - but will run again.

The Datepicker is the one that does work!

leikind commented 9 years ago

weird

pavoni commented 9 years ago

Solved. When I tried to load the paths directly they showed up as unloadable icons in my browser. Turned out I hadn't correctly downloaded the files to \assets\images\icons\grid. Thanks for the patient help!