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
2 answers

Thymeleaf and spring - pagination for table?

I am developing one spring-boot application. I have to print Hashmap resultset as a table. For that I have created table using thymeleaf. The table has sometimes over 100k records. I want pagination for this table every 10 or 50 records. My html…
Ruchita
  • 23
  • 1
  • 9
0
votes
1 answer

row-attribute not working any more after changing to server-side processing

I changed my datatable to server side processing. From this point on the row attribute seem to not working any more. This is my definition of the datatable within the JSP:
Kaspatoo
  • 1,223
  • 2
  • 11
  • 28
0
votes
1 answer

Dandelion Datatables Export Button onclick causes a is undefined Jquery error

I am trying to export data from a Dandelion Datatables table. Button is visible but browser console returns TypeError: a is undefined[Learn More] I see Jquery2.2.3 before any dandelion…
jsrosas
  • 103
  • 2
  • 14
0
votes
1 answer

Thymeleaf Dandelion Datatable with added columns at page render

I am using 1.0.1 version of Dandelion-Thymeleaf. Below is the definition of my Dandelion Datatable. In the table there are 3 fixed columns, followed by some columns which are added at page render.
Borut
  • 1
  • 1
0
votes
1 answer

Is it possible to show rows side by side in dandelion datatables

I'm using java spring with thymeleaf and dandelion datatables. I want to show dandelion datatables rows side by side. So I want to use rows divede by 3 rows.Is it possible?How can I do it?
mrtasln
  • 574
  • 1
  • 5
  • 18
0
votes
1 answer

Are there any specific scenarios to use Liferay search container over Dandelion datatables framework?

Are there any specific scenarios to use Liferay search container over Dandelion data tables framework,when Data tables provide far better collection of features(such as multi column sorting,filtering,searching,i18,etc) and is easy to integrate…
Shivam Aggarwal
  • 795
  • 1
  • 11
  • 30
0
votes
3 answers

Inline javascript with Spring Boot, Thymeleaf, Dandelion

I want to replace this: with inline javascript - something like:
ibhana
  • 151
  • 1
  • 9
0
votes
1 answer

Dandelion Datatables AJAX url is not working

JSP Code is as below
prem30488
  • 2,828
  • 2
  • 25
  • 57
0
votes
1 answer

Dandelion Datatables Filter causes error

I am trying to migrate from Dandelion Datatables 0.10.0 to 1.1.0 I have one filter in web.xml file dandelionFilter
prem30488
  • 2,828
  • 2
  • 25
  • 57
0
votes
1 answer

Dandelion Datatables + Spring mvc pagination disables if pipelining is false

I am trying to use datatables in one of my project. If I am removing pipelining="true" pipesize="3" then pagination is not coming and if I do so it fetches all data in JSON Format.
prem30488
  • 2,828
  • 2
  • 25
  • 57
0
votes
0 answers

Avoid select query retrieve fields in findByCriteria method of gvnix datatables

I was monitoring the sql queries made by datables because some of my fields are type blob. I realize that even I modify my list.jspx with render="false" sortable="false" searchable="false" mysql query is selecting this field: Hibernate: select…
Ezequiel Hdez.
  • 144
  • 1
  • 3
0
votes
0 answers

Dandelion datatables add extra header row for filters

I have implemented dandelion datatables v1.1.0 in a project, at this moment I need to add a second header (thead) row to add the yadcf filters like this: I have tried adding a new feature for add the new header row but the sorting icons are in the…
iberck
  • 2,372
  • 5
  • 31
  • 41
0
votes
0 answers

Dandelion-datatable1.1.1 + thymleaf have error after refresh page

With the same configuration, use v1.0.1 is ok, when it was replaced by v1.1.0 and 1.1.1-core, it's still ok before refresh the page, but down after refresh(all dropdown menu down, bootstrap-modal become strange and datatable's style changed …
0
votes
1 answer

Java Spring Thymeleaf DataTable not working

I want to use dandelion datatables with thymeleaf.My html file is below:
mrtasln
  • 574
  • 1
  • 5
  • 18
0
votes
1 answer

Uncaught ReferenceError: "myusername" is not defined - table button

Problem In my dandelion datatable I have added a column at the end of the table that contains two buttons: edit and disable/enable user. Table as below
QGA
  • 3,114
  • 7
  • 39
  • 62