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

Export button is not showing with enable_export_to_csv: true #248

Closed tboyko closed 8 years ago

tboyko commented 8 years ago

After adding enable_export_to_csv: true, no export button is visible in the wice_grid. The following markup is generated:

<div title="Export to CSV" class="clickable export-to-csv-button"></div>

Using:

Rails 4.2.1 wice_grid 3.5.0 boostrap-sass 3.3.4

tboyko commented 8 years ago

I erroneously didn't add the necessary CSS includes for wice_grid. My bad!