Skip to content

v0.55.0

Choose a tag to compare

@pentiminax pentiminax released this 07 Jun 11:41

Added

  • Add disableColumnControl() to disable ColumnControl for individual columns without disabling search.
  • Disable ColumnControl automatically for action columns.

Changed

  • Breaking: Remove setRender(), getRender(), and the render option from columns and #[Column].
  • Custom DataTables render callbacks must now be registered client-side through the datatables:pre-connect event.

Documentation

  • Document computed-column sorting with setOrderExpression().
  • Expand page projection and DTO mapping guidance.
  • Add examples for client-side render callbacks.

Full Changelog: v0.54.1...v0.55.0