leikind / wice_grid

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

How resize column width? #350

Open Jefferson210 opened 6 years ago

Jefferson210 commented 6 years ago

I tried this

<%= grid(@geneticBank) do |h| h.column name: 'Code', attribute: 'code',html: {style: 'column-width: 200px;'}, assoc: :genetic_bank end-%>

thanks.

leikind commented 6 years ago

https://github.com/leikind/wice_grid/#styling-the-grid