Search code examples
rubyruby-on-rails-3ruby-on-rails-3.1formtasticactiveadmin

Rails 3- Active Admin (Formtastic), set column Width


I am customizing the index form in active admin. I have some columns like:

column :id
column :name 

I want to set the width of those columns. Is there an easy way?


Solution

  • The easiest way would be to wait for a version of active_admin that offers the feature Greg Bell talks about in https://github.com/gregbell/active_admin/issues/63

    There is currently not an 'easy way' to do this.