Skip to content

Framework7 Advanced List Views — Swipe Actions, Sortable, and Virtual Lists

DodaTech Updated 2026-06-29 1 min read

In this tutorial, you will learn about Framework7 Advanced List Views. We cover key concepts, practical examples, and best practices to help you master this topic.

Framework7's list view component is far more than static lists. Swipe actions let users reveal contextual actions, sortable lists enable drag reordering, and virtual lists handle thousands of items with constant memory.

<!-- Virtual list for large datasets -->
<div class="list virtual-list">
  <ul></ul>
</div>

<script>
var vl = app.virtualList.create({
  el: '.virtual-list',
  items: largeArray,
  renderItem: function(item) { return '<li>' + item.name + '</li>'; }
});
</script>

Built by the developers of DodaTech

Doda Browser, DodaZIP & Durga Antivirus Pro