Changelog of Dandelion-Datatables 0.8.12

Core

  • dandelion.dev.mode enabled by default: now you don’t need to set the dandelion.dev.mode system property to true to disable caching. Caching is disabled by default, which means the DataTables configuration is computed each time you access a page

  • Performance improvement: the DisplayType object, used in export, is now instantiated much less time than before.

JSP implementation

  • New visible column attribute, allowing you to hide column. Note that a hidden column is automatically unsearchable

Thymeleaf implementation

  • dt:export, dt:exportLinks and dt:filterType attributes don’t expect a Thymeleaf expression any longer. Actually you can use both header-coded values and Thymeleaf Standard expressions

  • New dt:visible column attribute, allowing you to hide column. Note that a hidden column is automatically unsearchable

Closed issues

  • #87: 'rel' attribute is missing in link tags

  • #86: Enable the dev mode by default

  • #85: Improve tag’s values validation

  • #83: Exclude dt:export/dt:exportLinks from being processed by Thymeleaf Standard Expression

  • #82: Make the dt:filtertype values unnecessary to process

  • #76: Add support for hidden columns

  • #49: Performance : improve DisplayType feature

  • #31: Error when the table’s id is generated with the "th:id" processor