Scroll to bottom when opening a modal?
Hi all,
I have table action to open slide over...
When opening the modal/slide, how can I get it to scroll to the bottom please?
Cheers, Tee
Solution:Jump to solution
@toeknee spot on, I fudged this together and it does what I need β ignore the debugging π
this is in the blade the modal calls...
```
<div x-data x-init="$nextTick(() => {...
6 Replies
In your view set an x-data proeprty to scroll to bottom on load
cheers @toeknee I will have a look at that and report back π
Solution
@toeknee spot on, I fudged this together and it does what I need β ignore the debugging π
this is in the blade the modal calls...
Cheers, Tee
Good job, Well done on posting your solution π
I always post solution... grinds my gears to see help posts with OP saying something like "I figured it out" but then not leaving solution! π₯Ή
Same hehe