Search code examples
javascriptextjsextjs4extjs4.2

In ExtJS, what is the difference between features and plugins?


I have been trying to find a simple explanation for the difference between a feature and a plugin. They both seem to add some additional functionality to a component, but what is sets them apart? When would you create one or the other?


Solution

  • A feature is a type of plugin that's specific to the grid panels.

    Feature Documentation