Enlarge image in table on hover
is there a way to make the image column bigger on hover?
2 Replies
Maybe you could use a column action to show the image in a modal?
https://filamentphp.com/docs/3.x/tables/columns/getting-started#running-actions
Or maybe some custom CSS, with clever positioning (e.g. absolute image inside of a relative wrapper).