Andika Pradipta Suardi

Results 4 comments of Andika Pradipta Suardi

try this ``` public function getAttribute($key) { [$key, $path] = preg_split('/(->|\.)/', $key, 2) + [null, null]; return data_get(parent::getAttribute($key), $path); } ``` then you can do this ``` $this->belongsTo(Post::class, 'data->post_id') $this->belongsTo(Post::class,...

I think currently we can do this by modifying the CrudButton object, eg. editing button in listing page in method setupListOperation() ``` function setupListOperation() { // CRUD::buttons()->firstWhere('stack', 'top')->content('your-custom-blade-name'); } ```...

Just wanted to leave my trace here for future me and others, This problem was caused because of height 100vh and position: fixed, I succeed solving it with changing it...

not sure how to test in codepen, but here https://codepen.io/raiika/full/qBYzJgM