kalenjordan / custom-reports

Custom Magento reports using SQL
http://magemail.co/free-custom-reports-module-for-magento/
Other
143 stars 65 forks source link

Add type and alignment options #77

Closed dtamajon closed 7 years ago

dtamajon commented 7 years ago

I propose to add column type and alignment options in "Grid configuration" field for a better grid customization. For a simple example, you could render a column as currency just like:

{ "type": { "Total": "currency" }, "alignment": { "Total": "right" } }