© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
17 replies
Mark Chaney

Table headerAction -> CreateAction error

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dbname.1' doesn't exist
SELECT count(*) AS aggregate FROM `1` WHERE `name` = DEFAULT Criteria
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dbname.1' doesn't exist
SELECT count(*) AS aggregate FROM `1` WHERE `name` = DEFAULT Criteria
. Comparing against my other tables and their headeractions, im not sure where im going wrong here.
->headerActions([
    Tables\Actions\CreateAction::make()
        ->label('Add Criteria')
        ->slideOver()
        ->form(Criteria::getForm()),
]);
->headerActions([
    Tables\Actions\CreateAction::make()
        ->label('Add Criteria')
        ->slideOver()
        ->form(Criteria::getForm()),
]);
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Testing createAction from table
FilamentFFilament / ❓┊help
9mo ago
Getting an error in Headeraction
FilamentFFilament / ❓┊help
2y ago
Testing Infolists headerAction
FilamentFFilament / ❓┊help
2y ago
headerAction in widget
FilamentFFilament / ❓┊help
3y ago