- Backbone
- Backgrid
- Moment
- Underscore
- Require JS
- Magento 2
cd /path/to/site??????????
composer config repositories.salesgrid path vcs https://github.com/joshspivey/magento2-sales-grid.git
composer require JoshSpivey/mage2-sales-grid
php -f bin/magento setup:upgrade
php bin/magento setup:di:compile
sudo php bin/magento setup:static-content:deploy && sudo php bin/magento indexer:reindex && sudo php bin/magento cache:clean && sudo php bin/magento cache:flush
- You actually use that? It doesnt work...
Add in all types for orders on client side script.Add in admin page to dynamically add columns based on order data.Add in ability to change record QTY per page.- Add in actions.
Add in multi select for actions.- Activate CRUD on data in client grid and add CRUD to controller.
- Add in admin session check then redirect to result and to grid page. Right now the result is insecure.
- Finish product search once this magento bug is fixed. magento/magento2#8300