Hi,

does someone knows a way how to have (eg. HomepageProducts() from CatalogController)
rendered without the TABLE Tags from DataListExtensions?

It's hard coded with String Builder

            var sb = new StringBuilder();
            //TODO support custom attributes
            sb.Append("<table>");

in \nopCommerce_2.30_Source\Presentation\Nop.Web.Framework\UI\DataListExtensions.cs

I don't want to change the base code. But for a clean HTML5 Template the TABLES are too much.