Could you please explain how you did this? I am new to ruby, and am still learning the ropes...
On Friday, February 3, 2017 at 8:25:21 PM UTC+2, Chee Chong Hwa wrote: > Hi Segio > > Now displaying in correct order by using conf.columns instead of > config.columns :-) > > On Wednesday, 1 February 2017 20:38:18 UTC+8, Chee Chong Hwa wrote: >> >> Hi Sergio >> >> I have an employees table with the following fields >> >> config.columns = [:eno, :ename, :dept, :date_join, :active, :position, >> :superior] >> >> >> But it is displayed alphabetically as >> >> active, ename, eno, date_join, date_left, dept,position,superior in the AS >> grid, create, show, edit. >> >> >> How can I configure it to display in the default field order ? >> >> >> TIA >> >> >> -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
