filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.39k stars 2.97k forks source link

Improve table header cell design #14797

Closed zepfietje closed 1 week ago

zepfietje commented 1 week ago

Description

When using table column groups, all header cells would get a border. This isn't needed since the group cells already have borders around them.

Visual changes

Before

Screenshot 2024-11-14 at 10 49 20

After

Screenshot 2024-11-14 at 10 47 22

Functional changes