Shang✨
Shang✨
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to display notification message?
Ok, I found the solution using Render hooks.
7 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to display notification message?
Well, can I display notification via Render hooks?
7 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to display notification message?
Hello, anyone can help me please?
7 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
So my problem is solved.
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
👍👍👍
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
Thank you for your help!
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
Of course, I ran
php artisan optimize:clear
php artisan optimize:clear
command, so I can see correctly.
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
After adding this part into model ,
protected $schema = [
'IMEI' => 'string',
];
protected $schema = [
'IMEI' => 'string',
];
And removed this part,
>formatStateUsing(fn ($state) => number_format(floatval($state), 0, '', ''))
>formatStateUsing(fn ($state) => number_format(floatval($state), 0, '', ''))
I can see correct simcard number.
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
Oh nice!
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
Yup, I understand. Thank you so much! for your help and ideas.
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
Not working. Actually, I tried to clear cache already.
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
Ok
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
Well, we tried this already, but didn't work. protected $schema = [ 'IMEI' => 'string', ]; But let me think again.
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
I will try.
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
Awesome!
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
Hmmm
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
Not as string.
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
So, Sushi detects simcard number as numeric
100 replies
FFilament
Created by Shang✨ on 12/26/2024 in #❓┊help
How to solve long string(numeric) issue in datagrid?
I checked createTable function of Sushi, so oh, there is is_int, is_numberic cases.
100 replies