Taiga UI 5.0 is out!

Reorder ADDON-TABLE

GitHub

Component to change order of elements in an array

Usage

John Cleese
Eric Idle
Michael Palin
Graham Chapman
Terry Gilliam
Terry Jones

[ "John Cleese", "Eric Idle", "Michael Palin", "Graham Chapman", "Terry Gilliam", "Terry Jones" ]

[ "John Cleese", "Eric Idle", "Michael Palin", "Graham Chapman", "Terry Gilliam", "Terry Jones" ]

    
      
    
    
      <tui-reorder
    class="list"
    [(enabled)]="enabled"
    [(items)]="items"
/>
<p>{{ items | json }}</p>
<p>{{ enabled | json }}</p>

    
    
      .list {
    inline-size: 12.5rem;
}