Need to control Filament Table Text input column behavior

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
Was this page helpful?