Hey, I’ll try to put some interesting stuff about technical topics.
I hope that you’re going to find interesting and useful information.
Have a nice read :).
See ya!
I have been working with ExtJS 4 these days. The framework provides new MVC architecture help their sheeps to improve the flexibility of the application. Remember the Design Pattern principle "close to modify but open to extend".
Ok, let go to the main point of this entry.
To create an action column in a data-grid:
In the controller, let detect what action is proceed:
I am sure this is an ugly way to detect an action. Hope to see any support from Secha team.