Open Jefferson210 opened 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.
https://github.com/leikind/wice_grid/#styling-the-grid
I tried this
<%= grid(@geneticBank) do |h| h.column name: 'Code', attribute: 'code',html: {style: 'column-width: 200px;'}, assoc: :genetic_bank end-%>
thanks.