Creating a Magento admin fully editable grid


Recently I created a custom module for a client, that required a change to the standard UI for the backend data. The standard UI creates a grid of objects (in my case freight weight and size classes) with a button to create a new one, and action column in the grid to let you edit or delete once that item is loaded.
Having a large number of simple and related values, we changed to a new custom UI, with an editable grid where the last row in the grid is to create a new entry, e.g.:
Custom editable grid
Custom editable grid
Our other requirement was that more than one of these tables could be shown in the same tab container (in our example one called weight and one called size).


Visit http://dev.turboweb.co.nz/2011/04/16/creating-a-magento-admin-fully-editable-grid/

1 comment:

  1. Great module!
    You can also have a look at that one https://amasty.com/extended-product-grid-with-editor.html. It makes Magento product grid highly customizable.

    ReplyDelete