Can I use a filament table outside of Filament directories?
I love Filament so much that I want to use its Table feature in another part of my code. This code has nothing to do with Filament. Because this is not a Filament Resource, I don't know how to invoke a Table and feed it headers, columns, etc, as I would in a traditional Resource.
Is this possible to do, or must Tables, with their magical properties, live in a typical Resource PHP file under the Filament directory structure?
Is this possible to do, or must Tables, with their magical properties, live in a typical Resource PHP file under the Filament directory structure?