Changelog of Dandelion-Datatables v1.0.1

Core

  • The sorted attribute of ColumnDef is now initialized correctly

  • Both isFilterable() and hasOneFilterableColumn() of ColumnDef are now deprecated, respectively replaced by isSearchable() and hasOneSearchableColumn()

  • The generated displayLength parameter is now corrected with pageLength

  • The generated bStateSave parameter is now corrected with stateSave

Thymeleaf

  • Fixed an issue with type conversion in all option backed by an Integer

Closed issues

  • #289: Wrong new option name for the displayLength parameter

  • #286: columnDef.isFilterable() always true

  • #285: The attribute sorted of ColumnDef is never setted