Component self - A reference to the component that is invoking this function.
Object value - The value in the dataset at this cell.
string textValue - The text the table expects to display at this cell (may be overriden by including 'text' attribute returned in dictionary).
boolean selected - A boolean indicating whether this cell is currently selected.
int rowIndex - The index of the row in the underlying dataset
int colIndex - The index of the column in the underlying dataset
string colName - The name of the column in the underlying dataset
int rowView - The index of the row, as it appears in the table view (affected by sorting)
int colView - The index of the column, as it appears in the table view (affected by column re-arranging and hiding)