Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Fix overlapping desktop pagination controls that made the hover background appear shifted.
Give desktop and mobile pagination controls stable sizing, spacing, focus states, and accessible labels.
Add a Chromium regression that verifies hover and keyboard focus do not move pagination buttons.
Refresh the README structure, links, badges, compatibility details, and default Apricode-theme screenshot.
3.2.2
What's Changed
Keep the default theme inside the datatable's single Livewire root so Livewire 4 attaches wire:id and wire:snapshot to .ld-table instead of the preceding <style> element.
Keep the column picker styles inside its own container rather than emitting a sibling after the partial.
Add a Laravel 13 / Livewire 4 regression covering the root DOM, sort, search, and pagination interactions.
Document the view refresh required for applications with published package templates.
3.2.1
What's Changed
Fix editable-cell input flashes after Livewire hydration and morphing when Livewire CSP-safe mode is enabled.
Replace CSP-unsafe inline Alpine objects, callbacks, and class maps with an automatically loaded registered Alpine data component.
Preserve independent editable-cell state, focus, click-away, blur, Enter, and the five-second fieldEdited indicator across morphs.
Add a Chromium regression running the real Livewire CSP bundle under a restrictive Content Security Policy.
Document the required editable-view refresh for applications that previously published package views.
3.2.0
What's Changed
Add Laravel validation rules to editable columns through Column::rules() and display validation feedback inside the edited cell.
Support model-aware validation rule closures for record-dependent constraints such as unique values that ignore the current model.
Add opt-in strict mutation authorization, which denies built-in editable and delete mutations when the target model has no registered policy.
Cover editable validation and strict mutation authorization with regression tests.
3.1.1
What's Changed
Restyle the default datatable views with the Apricode graphite, paper, orange, green, pink, and cyan palette.
Add a self-contained scoped theme that works without consumer Tailwind configuration and leaves custom callback/view HTML untouched.