gridx
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

gridx.modules.move

Object » gridx.modules.move

Method Summary

  • Column() This module provides several APIs to move columns within grid.
  • Row() This module provides some APIs to move rows within grid

Attached Objects

Methods

Column

This module does not include any UI. So different kind of column dnd UI implementations can be built upon this module. But this module does provide a keyboard support for reordering columns. When focus is on a column header, pressing CTRL+LEFT/RIGHT ARROW will move the column around within grid.

Row

This module requires the "Move" model extension. This module does not include any UI. So different kind of row dnd UI implementations can be built upon this module.