``` Tables\Columns\TextInputColumn::make('price') ->afterStateUpdated(function ($set, $state, $context) { // Price güncelleniyor $set('price', 5); }), ``` In short, I want the column to be updated to the value I set.