Questions tagged [dandelion]

Dandelion is a free and Open Source Java framework aimed at making web development simpler in JVM-based environments. It helps to manipulate the web assets (JS, CSS) in many ways: good organization and classical optimizations like minification, compression or caching. It also facilitates the integration of powerful JavaScript libraries thanks to a set of extensible components.

Dandelion is a free and Open Source Java framework aimed at making web development simpler in JVM-based environments.

It helps to manipulate the web assets (JS, CSS) in many ways: good organization and classical optimizations like minification, compression or caching.

It also facilitates the integration of powerful JavaScript libraries thanks to a set of extensible components. All of them provide a Thymeleaf dialect and a JSP taglib, both easy to use and highly configurable.

64 questions
0
votes
1 answer

Dandelion Datatables i18n spring resolver not working

I have recently started to integrate datatables in my spring mvc 4 + hibernate 4 + tiles 3 Project. I want it to display header with various language support. So I started with this link. As per this page suggests my header shows ???key???…
prem30488
  • 2,828
  • 2
  • 25
  • 57
0
votes
2 answers

java.lang.ClassNotFoundException: com.github.dandelion.datatables.core.export.ExportProperties

I am using dandalion datatables with my spring project. I want to export my datatables grid to pdf,excel etc. So I started with PDF As per this link I followed the steps one by one. Step 1 : Added jar…
prem30488
  • 2,828
  • 2
  • 25
  • 57
0
votes
1 answer

location of pagination controls in dandelion datatables

I am making some modifications to the spring petclinic application, and I need to place the pagination control for a dandelion datatable at the bottom, underneath the table. The filter needs to be at top, and users will almost always filter results…
CodeMed
  • 9,527
  • 70
  • 212
  • 364
0
votes
1 answer

Thymeleaf templated tables break when dandelion dataTablesDialect is present

I have a basic table where some values are being provided by thymeleaf via th:text= tags. That all works fine until we added the dandelion.datatables.thymeleaf.dialect.DataTablesDialect as a second dialect to our template engine. with the…
Underflow
  • 31
  • 6
1 2 3 4
5