I'm running the latest beta, and when I choose a different amount of columns and/or rows, and click rebuild table, nothing changes on the edit page in IE8. Webkit and Gekko browsers are all fine. Haven't run it in IE9.

The changes are actually being made. For example, if I change the rows from 4 to 6, then hit rebuild table, nothing seems to change, but if I hit save and view the node, I will see 6 rows instead of 4. If I then hit edit, I will see the 6 rows. It's just not updating the edit page the first time.

Comments

miroslavbanov’s picture

Status: Active » Closed (cannot reproduce)

Appears to work correctly with the latest DEV release.
Note: $element['#ajax']['event'] = 'click' on the button was likely the problem for this. I think $element['#ajax']['event'] = 'mousedown' is recommended.