!Andy
!Andy
FFilament
Created by afdhal on 2/22/2024 in #❓┊help
how to store repeater data in 1 table, I get an error:Array to string conversion
// Assuming $repeaterData is your array from the repeater
$repeaterData = array(/* ... */);

// Convert the array to a JSON string
$repeaterJson = json_encode($repeaterData);

// Now, you can store $repeaterJson in your database
// Perform your database insert/update operation here
// Assuming $repeaterData is your array from the repeater
$repeaterData = array(/* ... */);

// Convert the array to a JSON string
$repeaterJson = json_encode($repeaterData);

// Now, you can store $repeaterJson in your database
// Perform your database insert/update operation here
4 replies
FFilament
Created by JayAyAre on 2/22/2024 in #❓┊help
Overflow on toggle model
You should set the height: 100vh in the parent element and set the overflow-y: scroll into the child element.
4 replies