Skip to content

Add card view mode to TableBuilder#104

Merged
SimonBarrettACT merged 4 commits intomainfrom
feature/issue-103-card-view-mode
Mar 6, 2026
Merged

Add card view mode to TableBuilder#104
SimonBarrettACT merged 4 commits intomainfrom
feature/issue-103-card-view-mode

Conversation

@SimonBarrettACT
Copy link
Member

Summary

  • Add card view as an alternative display mode for TableBuilder
  • Support pagination and equal height cards in card view
  • Add Livewire 4 compatibility

Changes

  • Card layout configuration via cardLayout() method
  • View toggle component for switching between table and cards
  • Pagination support in card view
  • Equal height cards via h-full class
  • Livewire ^3.2.6 | ^4.0 support

🤖 Generated with Claude Code

SimonBarrettACT and others added 4 commits March 6, 2026 09:06
Introduces an opt-in card grid view that can be toggled from the toolbar.
Existing apps are unaffected unless they override cardLayout().

Closes #103

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace deprecated checkMissingIterableValueType option with the
recommended ignoreErrors identifier approach.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add pagination links below card grid when paginated
- Add h-full class to card wrapper divs for equal height cards
- Support Livewire ^4.0 in addition to ^3.2.6

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@SimonBarrettACT SimonBarrettACT merged commit 5faea4a into main Mar 6, 2026
2 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant