Highlighting a specifc row in a datatable

2005-09-19 Thread Emmanuel Jay
Hi, Is it possible to highlight a specifc row in a datatable? I have tried the following but it doesn't work dataTable.setValueBinding("rowClasses", createValueBinding("#{(myvar.highlight) ? 'style1' : 'style2'}")); Thanks, Emmanuel

Re: Highlighting a specifc row in a datatable

2005-09-19 Thread Sean Schofield
There is a simple example that shows how you can highlight on mouse over. Perhaps you can build on that. sean On 9/19/05, Emmanuel Jay <[EMAIL PROTECTED]> wrote: > Hi, > > Is it possible to highlight a specifc row in a datatable? > > I have tried the following but it doesn't work > > da