LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


moveColumn(name, column, direction)

Moves a column in specified direction in Grid directive.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the Grid directive
columnObjectThe column to be moved
directionStringDirection at which column will be moved

Return Value

This method does not return a value.

Remarks

This method is part of IntegralUIGridService.

The following values are accepted by the direction argument:

  • 'first' - the column is moved at first position
  • 'last' - the column is moved at last position
  • 'left' - the column is moved one position to the left
  • 'right' - the column is moved one position to the right

Version Information

Supported in: v2.3.

Articles & Samples

See Also