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 #78

Open dtamajon opened 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"
}
}

This patch is overwritten by #80. In case #80 is accepted, this patch can be dismissed.