Dandelion-Datatables v0.8.6 has been released in Maven Central.
Major Changes
- New release management : now, all JARs (core and extras) have the same version number. This will be much clearer and simpler for both developers and users.
- New cache system : a huge performance issue has been raised by Julien Dubois during his stress test of the Spring-petclinic app. It has been fixed setting up a basic cache system (a static Map at the moment) that stores the generated web resources (js, css) per request URI and per table DOM id. This way, the DataTables configuration (and other needed assets) are generated only once and then are stored in the AssetCache. So no need to use the ServletContext any longer, which was decreasing performance.
Minor Changes
- Added a new
searchable
/ dt:searchable
attributes (JSP/Thymeleaf) to exclude column from searching
Issues
for more information, see the dandelion-datatables’ changelog