我正在使用带有 rails 3 的 wicegrid 3.0.4。我想做一个自定义样式。
我添加了
":html => {:style => 'text-align: center'} or html: {style: 'text-align: center'}"
作为:
g.column :column_name => "Name", :attribute_name => 'name', html: {style: 'text-align: center'}
它给了我“未知键:html”
如何添加自定义样式或类?