leikind / wice_grid

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

How resize column width? #350

Open Jefferson210 opened 7 years ago

Jefferson210 commented 7 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 7 years ago

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