donalconlon
26 Sep 2006, 1:39 PM
1. Would be great to allow the user to add a new row, or insert a row at a given position.
2. Ability to reposition rows, move up/down?
jack.slocum
26 Sep 2006, 2:30 PM
donal, they can but you would have to add the button or whatever to initiate it. It's actually trivial. The easiest way is to provide dummy data:
var rowTemplate = ['New Plant 1', 'Shade', 1, 0, false];
dm.insertRow(0, rowTemplate);
grid.startEditing(0, 0);
2. I will be putting out a demo soon (tonight?) that includes drag and drop row ordering.
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.