posted 20 years ago
The getRowData() method of the HtmlDataTable class returns the selected row (if any). Now based on selected row's content, you can set the row style.
e.g. of your normal style is "rows" and highlighted style is "highlight",
use getRowData() method to see which row is selected, now if it's third row, your rowClasses should be rowClasses="rows,rows,highlight,rows,..."
[ January 03, 2005: Message edited by: K Varun ]