Hello everyone,
I didn't find the way to define (and use) a custom css class for a summary row of a result table.
Is it possible and how ?
Thank you for answers.
Hello everyone,
I didn't find the way to define (and use) a custom css class for a summary row of a result table.
Is it possible and how ?
Thank you for answers.
There is no separate command or option for that, but you can easily do that with javascript:
select 'dbr.javascript', "$('.SummaryRow').addClass('myclass')";
--
myDBR Team
OK, thank you : I've not already try the "dbr.javascript" possibilities.
I'm going to study it now.
Thank you again.
You must log in to post.