Buttons 2.4.2

DataTables CDN files for Buttons 2.4.2. This software was originally released on 30th August, 2023.

Release notes

A couple of small fixes, but also a new method which can be used to change how the entity decoder operates. That can be used to optimise for performance or for accuracy.

  • New: Buttons.entityDecoder() static method which can be used to provide a custom function for decoding HTML entities (i.e. a regex approach which is much faster than the built in DOM method, but at the expense of larger code size).
  • Fix: Bootstrap integration didn't provide multi-column layout
  • Fix: Bootstrap 3 buttons were not styled correct (a BS4 class had been used)
  • Fix - types: Plug-in was on the wrong DataTables host object (type)

Files