Hi there ... just tried the new dev version because I need a "Add row" button. The problem is I cant add the columns when specifying my field.
Firebug reports an error
Drupal.tableDrag is undefined
var rowsTableDrag = Drupal.tableDrag.matrixrows;
Hi there ... just tried the new dev version because I need a "Add row" button. The problem is I cant add the columns when specifying my field.
Firebug reports an error
Drupal.tableDrag is undefined
var rowsTableDrag = Drupal.tableDrag.matrixrows;
Comments
Comment #1
zewa commentedWell lol found the solution already ...
in matrix.module Line 111 (settings hook) this line was missing
and matrix.js line 141 (Drupal.behaviors.blockDrag definition)
put following if clause
around the colsTableDrag.onDrop assignment
Comment #2
sabikhi commentedI tried both but didn't work for me
I wonder if its a problem with location of "misc/tabledrag.js" i created a folder called misc in matrix module folder and copient tabledrag.js from Jquery in to this, but even that didn't help
Comment #3
intrafusionMarking as Closed (won't fix) as the new co-maintainer will be focusing on D7