Skip to content

Commit 7e2d6fa

Browse files
authored
Merge pull request #779 from leandrocfe/update-v4-article
V4 article - Add latest updates section and reorderable columns feature details
2 parents 9a5d541 + 7043f70 commit 7e2d6fa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

content/articles/leandrocfe-filament-v4-beta-feature-overview.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ To upgrade your app to Filament v4 beta, please read the [upgrade guide](https:/
2020
2121
> Looking for the current stable version? Visit the [3.x documentation](https://filamentphp.com/docs/3.x).
2222
23+
## Latest updates
24+
25+
> **Updated: June 16, 2025**
26+
27+
- [Reorderable columns](#reordering-table-columns) feature in [v4.0.0-beta5](https://github.com/filamentphp/filament/releases/tag/v4.0.0-beta5)
28+
29+
---
30+
2331
## General
2432

2533
### Performance
@@ -299,6 +307,16 @@ Table headers are now shown even when no records are present, enhancing the user
299307

300308
See the [bulk actions section](#bulk-actions) of this article.
301309

310+
### Reordering Table Columns
311+
312+
![Reordering Table Columns](https://filamentphp.com/docs/4.x/images/light/tables/columns/column-manager-reorderable.jpg)
313+
314+
Filament now supports [reorderable table columns](https://filamentphp.com/docs/4.x/tables/columns/overview#reordering-columns) using the `reorderableColumns()` method. This allows users to drag and rearrange visible columns for a personalized view.
315+
316+
You can also make the column manager `live`, so changes apply instantly without needing to click "Apply", by using [`deferColumnManager(false)`](https://filamentphp.com/docs/4.x/tables/columns/overview#live-column-manager).
317+
318+
Additionally, the column manager trigger button can be customized via [`columnManagerTriggerAction()`](https://filamentphp.com/docs/4.x/tables/columns/overview#customizing-the-column-manager-dropdown-trigger-action), giving you control over its label, style, and behavior.
319+
302320
## Actions
303321

304322
### Unified actions

0 commit comments

Comments
 (0)