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);
Showing posts with label YUI2 DataTable javascript. Show all posts
Showing posts with label YUI2 DataTable javascript. Show all posts
20110630
How to update a row in YUI2 DataTable
Here's how to update the data in a YUI2 ScrollingDataTable:
Subscribe to:
Posts (Atom)