Closed codeho closed 11 years ago
Hi,
i was wondering if it would be possible to add some sort of column_replace(:column_name { |resource| some_helper_function(resource.title) } )
to replace the value of a column.
this would be extremely helpful if one only wants to 'mangle' a few columns. This way one wouldn't have to do all columns manually.
This is being handled here - https://github.com/randym/activeadmin-axlsx/issues/9
Hi,
i was wondering if it would be possible to add some sort of column_replace(:column_name { |resource| some_helper_function(resource.title) } )
to replace the value of a column.
this would be extremely helpful if one only wants to 'mangle' a few columns. This way one wouldn't have to do all columns manually.