dyo
dyo
FFilament
Created by dyo on 1/30/2025 in #❓┊help
Error in searchable TextColumn
I just tried it, and I got error SQLSTATE[42000]: Syntax error or access violation: 1253 COLLATION 'utf8mb4_unicode_ci' is not valid for CHARACTER SET 'utf8mb3'
9 replies
FFilament
Created by dyo on 3/4/2025 in #❓┊help
show table loading when filtering data in resource page
That's cool.. I'll take a look.. thanks..
7 replies
FFilament
Created by dyo on 3/4/2025 in #❓┊help
show table loading when filtering data in resource page
thanks, I'll try..
7 replies
FFilament
Created by Hugo on 6/6/2024 in #❓┊help
Import / Export Session expired & logout - Export with random table info.
i've got the same problem.. did you find the solution?
6 replies
FFilament
Created by dyo on 1/30/2025 in #❓┊help
Error in searchable TextColumn
thanks a lot for your help.. I'll try it later..
9 replies
FFilament
Created by dyo on 2/10/2025 in #❓┊help
Listing multiple values in TextColumn with groupby a certain attribute
for now, I'm using accessor to solve my problem, but it makes the number of my queries in telescope to hundreds..
php
public function getGroupedPenerimaAttribute()
{
return $this->distribusi_penerima()->groupBy('penerima_id')->get();
}
php
public function getGroupedPenerimaAttribute()
{
return $this->distribusi_penerima()->groupBy('penerima_id')->get();
}
8 replies
FFilament
Created by dyo on 2/10/2025 in #❓┊help
Listing multiple values in TextColumn with groupby a certain attribute
it returns error array_unique(): Argument #1 ($array) must be of type array, int given
8 replies
FFilament
Created by dyo on 2/10/2025 in #❓┊help
Listing multiple values in TextColumn with groupby a certain attribute
No description
8 replies
FFilament
Created by dyo on 2/4/2025 in #❓┊help
make form in modal is centered
thanks for the recomendations @Mohamed Ayaou 👍
8 replies
FFilament
Created by dyo on 2/4/2025 in #❓┊help
make form in modal is centered
can someone help me?
8 replies
FFilament
Created by dyo on 1/28/2025 in #❓┊help
Having a tooltip in Stat description()
Thanks.. 👍
5 replies
FFilament
Created by dyo on 11/28/2024 in #❓┊help
Problem in running render test at ManageRelatedRecords class
nice, that's solved my problem.. thanks a lot..
4 replies
FFilament
Created by dyo on 11/26/2024 in #❓┊help
Problems in updating page global variable
thanks for the response, i'll try it..
4 replies
FFilament
Created by dyo on 11/12/2024 in #❓┊help
table filter with right-left navigation
thanks for the suggestion..
6 replies
FFilament
Created by dyo on 11/12/2024 in #❓┊help
table filter with right-left navigation
to change the month
6 replies
FFilament
Created by dyo on 11/11/2024 in #❓┊help
Adjust the component height
i've tried this, while running npm run dev, it's not changing
8 replies
FFilament
Created by dyo on 11/11/2024 in #❓┊help
Adjust the component height
can someone help me with this?
8 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
God bless, I ended solved it with observer.. thanks for your replies before @awcodes and @toeknee
23 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
here's the simplified schema of my case. distribution table: id, company distribution_detail table: distribution_id, goods_id, qty stock table: goods_id, company_id, qty goods: id, name the repeater is the distribution_detail at the distribution form.
23 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
for example, I have to update the qty on table stock if one of the goods is deleted in repeater..
23 replies