[jira] Created: (MYFACES-1006) Datatable do not support multple o

2006-01-05 Thread Guy Bashan (JIRA)
Datatable do not support multple o -- Key: MYFACES-1006 URL: http://issues.apache.org/jira/browse/MYFACES-1006 Project: MyFaces Type: Improvement Reporter: Guy Bashan Data tables usually have the following look and feel: 1) rows

Re: [jira] Created: (MYFACES-1006) Datatable do not support multple o

2006-01-05 Thread Mario Ivankovits
Hi! For showing selected row it is possible to do: rowOnMouseOver=this.className='reportRowOver' rowOnMouseOut=this.className='reportRowLight' what about rowOnMouseOver=if (!this.oldClassName){this.oldClassName=this.className;} this.className='reportRowOver'