User-851757825 posted
The mark-up generated by the datalist css adapter is as follow:
<table cellspacing="0" cellpadding="0" summary="">
...
</table>
I do not want to set the cellspacing and cellpadding to zero, because I need to change them from css later.
Is there a way to solve this issue?