Unplanned
Last Updated: 22 Feb 2024 08:20 by ADMIN
Created by: jake
Comments: 3
Category: TileLayout
Type: Feature Request
2

Hello, is there an option for the tile layout to allow the cards inside to be responsive based on size? Specifically on mobile I need them all to to change so they are each displaying on their own row so they can actually be visible.

 

Thank you,

Jake

Unplanned
Last Updated: 24 May 2023 11:04 by yuki

When I try to drag or scale a tile, a line is displayed to indicate where it can be placed (red line in the image)
Can you add an option that configures the visibility of the split grid lines (dividing columns)? (Image blue)

Unplanned
Last Updated: 03 May 2023 07:18 by Alex

The current implementation of the TileLayout component doesn't provide some details inside the reposition event that could be useful when working on more specific scenarios like swapping the position of two tiles without moving the others. 

If we know which is the dragged tile and its current position in the TileLayout's matrix + the current tile over which the dragged tile is currently positioned, through the reposition event, we can reorder the tiles the way we need them.