Fork me on GitHub

Migrating from 0.8.x to 0.9.x

Looooots of changes have been made in the v0.9.0. All major changes are listed here.

Configuration properties

Almost all the internal configuration has been refactored. As a consequence, if you were previously using a custom datatables.properties file, please update it following the configuration reference.

Internationalization

The labels (JSP) and dt:labels (Thymeleaf) table attributes have been removed in favour of a Java-based i18n mechanism (ResourceBundle). Please read this tutorial for more information.

Thymeleaf

  • All export attributes has been moved from the <tbody> tag to the <thead> tag.
  • The value of some attributes don't require to be surrounded by single quotes anymore. See the explanations here.