Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If we want the columns in the grid to be in different order as thay are by default, we need to provide that order
in the config variable and all grid columns must be defined in the config variable.
For changing the column configuration like width,hidden etc., the appropriate properties are provided in the configuration variable for this column.

The column id in the column configuration variable (stateId in the extjs grid column configuration) must be defined for the each grid column in the code.

For this purpose there is a Zf_configuration variable which we can use to provide this type of configuration.
- runtimeOptions.frontend.defaultState

...