Hi
when i select a cell in a table i would like to return the column key
of the column the cell is in and use it as a parameter for a call to a
javascript function e.g.
this.myDataTable.subscribe("cellClickEvent",function(columnKey));
can anybody advise me as to how i can retrieve the columnKey when a
cell is clicked?
Thanks
David