Todo List
BaseRule | --GroupRule | --TableRule | --ColumnReorder
[line 1203]
ColumnReorder __construct( string $groupId, string $tableId, array $columnIds)
void applyRule( Table $table, array $params)
void array_swap( mixed $array, mixed $swaps)
Return a copy of $array, the cells are swapped using $swaps. For every cells in $swaps, the key give the old position in $array and the value the new position.
void reorder( mixed $table)