Hi guys, I’m trying to customize an RDT that I have, exploring the different configurations to achieve the desired design. At this moment I am trying to round the edges of the table with about 10 pixels. I have achieved this by hacking the html element and setting the border-radius
css property to the corresponding div.
What i want is something like this:
I wonder if there is a cleaner solution using AQL?