This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- put your view here --> | |
<template> | |
<p>Loaded</p> | |
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div class="list-wrapper"> | |
<h3>Available</h3> | |
<ul id="sortable-listA" ref="availablelist" style="min-height: 250px; border : 2px solid;"; ak-sortable="k-connect-with: #sortable-listB; k-placeholder.call: placeholder($event)"> | |
<li class="linked-list-item">item one</li> | |
<li class="linked-list-item">item two</li> | |
<li class="linked-list-item">item three</li> | |
<li class="linked-list-item">item four</li> |