v0.55.0
Added
- Add
disableColumnControl()to disable ColumnControl for individual columns without disabling search. - Disable ColumnControl automatically for action columns.
Changed
- Breaking: Remove
setRender(),getRender(), and therenderoption from columns and#[Column]. - Custom DataTables render callbacks must now be registered client-side through the
datatables:pre-connectevent.
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