Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

gzai's avatar
Level 3

Filament 3 - Columns in export do not match the specified order

I'm using Filament 3 ver v3.3.14 and have an export column like this :

but the result look like this : https://ibb.co.com/N22KVcyx

I want to set columns :

Site Name | Period Start | Period End | Vendor | Province | City | Communication | Type | Product | Material | Latitude | Longitude | Status | Created | Progress

The result :

Site Name | Vendor | Province | City | Type | Latitude | Longitude | Period Start | Period End | Communication | Product | Material | Status | Created | Progress

It look like the export sorts the columns in the relationships first before sorting the columns in the current table. How to fix this code?

I have cleared the cache and filament.

0 likes
0 replies

Please or to participate in this conversation.