private void setupHtml(Arguments arguments, HttpServletRequest request, HtmlTable htmlTable) {
htmlTable.getTableConfiguration().setExporting(false);
// Init the web resources generator
WebResourceGenerator contentGenerator = new WebResourceGenerator(htmlTable);
// Generate the web resources (JS, CSS) and wrap them into a
// WebResources POJO
JsResource jsResource = contentGenerator.generateWebResources();
logger.debug("Web content generated successfully");
applyCssConfiguration(arguments, request, htmlTable);
// Asset stack update