Thanks for the fantastic extension, I'm having to extend it slightly in order to access attributes in a serialised field (sales_flat_order_items.product_options) and was having difficulties with pagination so had to comment out this line, why is the page size set to 1? Slightly concerned I will run into issues in the future
https://github.com/kalenjordan/custom-reports/blob/4192e89744175c1d5ede85ec7de5b6478187784d/app/code/community/Clean/SqlReports/Block/Adminhtml/Customreport/View/Grid.php#L78
Thanks for the fantastic extension, I'm having to extend it slightly in order to access attributes in a serialised field (sales_flat_order_items.product_options) and was having difficulties with pagination so had to comment out this line, why is the page size set to 1? Slightly concerned I will run into issues in the future