Changes in the way grid interprets global editable
and column.editable
.
Touch punch file replaced by pq-touch file for touch devices.
Editability of cell is dependent upon both global editable
and column.editable
options.
In previous versions grid checks both global editable
and column.editable
options.
If any of the options has false value or returns false value, then cell is read only, otherwise it's editable.
In recent version, column.editable
option has higher priority than global editable
option.
Grid first checks value of former option and assigns editability to a cell accordingly.
Grid checks value of latter option only if value of former option is undefined / null.
Touch punch file which is used so far in older versions doesn't play along well with new rows drag and drop feature.
So Touch punch file is replaced by in house developed pq-touch file.