TileLayout Add and Remove Tiles
Some scenarios in which the Kendo UI for Vue Native TileLayout can be used require the option to add or remove a Tile in the component or dynamically enable/disable the Tiles' resizing and reordering.
The following example demonstrates how you can switch between readonly
and edit
modes in the context of the TileLayout component. To be able to add
, remove
, reorder
or resize
a Tile, you need to click on the Edit button to switch between the operating modes.