How to append columns after existing ones using Filament table macros?

I'm creating a Filament package with macros for table customization. When using pushColumns(), my custom columns appear before the existing table columns instead of after them.
How can I make custom columns appear at the end of the table using macros or hooks?
Was this page helpful?