© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2mo ago•
3 replies
UsmanFESF

Need to control Filament Table Text input column behavior

Table builder
Hi Everyone
I'm working on a little complex data with Filament Table.

TextInputColumn::make("marks_{$assessmentId}") generates a unique column name and it displays all the columns, which is intended otherwise all the columns won't appear. When the state is updated, it is trying to find that name in the db which it will never find. There are lifecycle hooks for TextInputColumn which trying to save data in "marks_obtained" column in afterStateUpdated function which runs after the attempt to save state to the database. I need to have the control when data is being save when the state is being updated.

Any help is appreciated!
TextInputColumn.png
TextInputColumn2.png
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

Filament Table Text Column action not firing
FilamentFFilament / ❓┊help
16mo ago
Text Input Column Notification
FilamentFFilament / ❓┊help
3y ago
Access record from text input column in table
FilamentFFilament / ❓┊help
2y ago
Text Input Column Update hasMany relation column
FilamentFFilament / ❓┊help
2y ago