Mio
Mio
FFilament
Created by Mio on 4/8/2024 in #❓┊help
TextColumn action not working as expected
no I mean this code it's not about localization or translation Just want to show the description for the column I clicked on it but it set 'Test' as description for all rows columns
Tables\Columns\TextColumn::make('title')
->action(function (Tables\Columns\TextColumn $column){
$column->description('Test');
})
Tables\Columns\TextColumn::make('title')
->action(function (Tables\Columns\TextColumn $column){
$column->description('Test');
})
32 replies
FFilament
Created by Mio on 4/8/2024 in #❓┊help
TextColumn action not working as expected
beside this why the code doesn't work? it's a simple code am I missing something?
32 replies
FFilament
Created by Mio on 4/8/2024 in #❓┊help
TextColumn action not working as expected
Right but I just need some of the data to translate using the external API there is no need for me to translate all at once 😁
32 replies
FFilament
Created by Mio on 4/8/2024 in #❓┊help
TextColumn action not working as expected
it's more than 2M data 😅
32 replies
FFilament
Created by Mio on 4/8/2024 in #❓┊help
TextColumn action not working as expected
It's only for admin panel not users
32 replies
FFilament
Created by Mio on 4/8/2024 in #❓┊help
TextColumn action not working as expected
The texts are in all languages and some of them need to translate to english in realtime it's not based on the app local
32 replies
FFilament
Created by Mio on 4/8/2024 in #❓┊help
TextColumn action not working as expected
Because I don't need all columns to display the translated text, loading all of them together would result in excessive requests to the API
32 replies
FFilament
Created by Mio on 4/8/2024 in #❓┊help
TextColumn action not working as expected
I have a text column that I want to display the translated text when clicked, with the translated content sourced from database or an API. Just trying to show the translated text in the description
32 replies
FFilament
Created by Mio on 4/8/2024 in #❓┊help
TextColumn action not working as expected
⬆️
32 replies
FFilament
Created by Mio on 4/8/2024 in #❓┊help
TextColumn action not working as expected
Yes, after click on the title to active action and set the description only for that column the description set for all rows! I just want to show the description for one specific column only after I clicked on it Thanks for the reply
32 replies
FFilament
Created by Mio on 4/8/2024 in #❓┊help
TextColumn action not working as expected
Can anybody help me please?
32 replies