Saturn
Open Modal with external link
So i have this 2 sites site A and Site B both have different purpose but are linked to each other.
Like site A is more focus on managing the orders, showing stages of order and site B is more focus on order details and feedbacks.
Now if someone wants to see those details or feedback on site 2 of a specific order they need to search for the ID which is boring ofc. Can we do something like a button to open site 2 with that order detail along with it. (click on the button -> goes to site B -> modal opens of that particular order.
Now if someone wants to see those details or feedback on site 2 of a specific order they need to search for the ID which is boring ofc. Can we do something like a button to open site 2 with that order detail along with it. (click on the button -> goes to site B -> modal opens of that particular order.
4 replies
image editor mode with mode 0
hay,
i know that filament doesn't support image editor mode on 0 , i mean
imageEditorMode(0)
but copper.js has that support. The reason i want to use it so that if my image is more than the specific size then i want that image to shrinkto that size eg: if actual size is 1080x1080 n i want image to be only 540x540 at that time what should i do?4 replies
Grid View on custom page
I made a custom page where ill be showing all the images related to the particular row. In simple words there is a product and it has different images i have custom page where i display this different images.
For now i aligned those images using css grid i want those image to be draggable and change their position. Is there any way to do that like a grid image and those image can rearrange.
For now i aligned those images using css grid i want those image to be draggable and change their position. Is there any way to do that like a grid image and those image can rearrange.
5 replies
Make Image clickable
Is there any method by which we can make an image clickable or do i need to make a custom componemt.
So i was working on a list of orders which is displayed in grid format where user can view the product detail on a button. but it doesnt looks good.
i wanted to remove this button now and make image as clickable.
6 replies
Route to custom page
I have a table in the resource file where my last column is a view btn(basically an action). For now im using model to display the data. but what i want is to show on the custom page.
I dont understant how to give action to the button in the column.
if any documentation or tutorial is available plz do share.
3 replies