this.subscribe('cellClickEvent',function(e, obj) {
var target = e.target,
column = this.getColumn(target),
record = this.getRecord(target),
data = record.getData(),
recordIndex = this.getRecordIndex(record);
//manipulate data here
this.updateRow( recordIndex, data);
20110630
How to update a row in YUI2 DataTable
Here's how to update the data in a YUI2 ScrollingDataTable:
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment