awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to akryum/vue-virtual-scroller

Projects sharing features with Vue Virtual Scroller

30 open-source projects similar to akryum/vue-virtual-scroller, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • bvaughn/react-windowbvaughn avatar

    bvaughn/react-window

    17,190View on GitHub↗

    React-window is a frontend performance optimization library designed to render large datasets in React applications. It implements virtualization techniques to manage long lists and complex tabular data by dynamically mounting and unmounting elements based on the current viewport. By limiting the number of active document nodes, the library maintains interface responsiveness when handling thousands of data entries. The library distinguishes itself through a focus on efficient layout calculations and scroll-driven reconciliation. It uses absolute positioning and predefined dimensions to determ

    TypeScript
    View on GitHub↗17,190
  • tangbc/vue-virtual-scroll-listtangbc avatar

    tangbc/vue-virtual-scroll-list

    4,517View on GitHub↗

    vue-virtual-scroll-list is a virtualized list implementation for Vue applications. It provides a component that renders only the visible items of a large dataset to maintain high performance and limit the number of active DOM elements. The project functions as a high-performance list renderer and dynamic viewport manager. It calculates real-time list dimensions and scroll offsets to display thousands of data entries without degrading browser memory usage or performance. The system includes programmatic scroll control to navigate to specific item indices or pixel offsets. It also provides uti

    JavaScriptbig-datainfinite-scrollvirtual-list
    View on GitHub↗4,517
  • inokawa/virtuainokawa avatar

    inokawa/virtua

    3,460View on GitHub↗
    TypeScriptheadlessuiinfinite-scrollperformance
    View on GitHub↗3,460
  • wenzhixin/bootstrap-tablewenzhixin avatar

    wenzhixin/bootstrap-table

    11,820View on GitHub↗

    Bootstrap Table is a jQuery plugin for rendering interactive data grids with sorting, pagination, and filtering. It features a remote data integration system for fetching and synchronizing content from JSON endpoints using AJAX and server-side processing. The project includes a styling layer that adapts markup to work with various CSS frameworks, such as Bootstrap, Semantic UI, Bulma, and Material Design. It provides specialized rendering modes, including a hierarchical tree grid for parent-child row relationships and a responsive card-view table that transforms grids into mobile-friendly lay

    JavaScriptbootstrapbootstrap-tablebulma
    View on GitHub↗11,820

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • alibaba/ali-react-tablealibaba avatar

    alibaba/ali-react-table

    979View on GitHub↗

    This library is a high-performance data grid component for React applications, designed to manage and display large datasets. It provides a declarative configuration system that allows developers to define table structures, data sources, and feature toggles through a structured object schema. The library distinguishes itself through a flexible layout engine that supports complex UI requirements, such as pinning headers and specific columns to viewport edges during scrolling. It utilizes virtualized rendering to maintain interface responsiveness by displaying only the visible subset of data, e

    TypeScriptreactreact-tabletable
    View on GitHub↗979
  • glideapps/glide-data-gridglideapps avatar

    glideapps/glide-data-grid

    5,237View on GitHub↗

    Glide Data Grid is a virtualized data grid for React and TypeScript that uses the HTML Canvas API to render millions of cells smoothly. It is designed as an accessible data table that maintains high frame rates when displaying and navigating massive datasets. The project distinguishes itself through a canvas-based rendering architecture that utilizes lazy rendering and a custom drawing API. This allows for specialized cell content and data-driven styling that bypasses standard DOM update cycles to ensure high performance. The grid provides comprehensive layout and data management capabilitie

    TypeScriptaccessibledatadatagrid
    View on GitHub↗5,237
  • northwoodssoftware/gojsNorthwoodsSoftware avatar

    NorthwoodsSoftware/GoJS

    8,447View on GitHub↗

    GoJS is a JavaScript diagramming library and canvas-based visualization engine used to build interactive flowcharts, organizational charts, and network diagrams. It functions as a data-driven framework that binds JavaScript data models to visual elements, enabling bidirectional synchronization between the underlying data and the graphical representation. The library features a comprehensive graph layout engine capable of automatically arranging nodes into trees, grids, circles, or force-directed layouts. It distinguishes itself through a template-based system for generating visual parts and a

    HTMLcanvaschartcharts
    View on GitHub↗8,447
  • adazzle/react-data-gridadazzle avatar

    adazzle/react-data-grid

    7,637View on GitHub↗

    react-data-grid is a high-performance tabular interface for rendering and manipulating large datasets within a React application. It functions as a virtualized data table and editable spreadsheet component that supports hierarchical data grids with expandable and collapsible row groupings. The component maintains performance with massive datasets by rendering only the rows and columns currently visible in the viewport. It provides spreadsheet-like data manipulation, including cell editing and the ability to copy, paste, or drag values between cells. The grid supports advanced layout capabili

    TypeScript
    View on GitHub↗7,637
  • react-component/tablereact-component avatar

    react-component/table

    1,372View on GitHub↗

    This library is a React component designed for rendering high-performance data grids. It provides a structured framework for displaying large datasets by utilizing window-based row virtualization, which ensures that only the visible portion of the data is rendered to the document object model. The component distinguishes itself through advanced layout and navigation capabilities, including native support for sticky headers and columns that remain anchored during scrolling. Developers can exercise imperative control over the table viewport to navigate to specific indices or pixel offsets, whil

    TypeScript
    View on GitHub↗1,372
  • flipkart/recyclerlistviewFlipkart avatar

    Flipkart/recyclerlistview

    5,440View on GitHub↗

    Recyclerlistview is a cross-platform virtualized list component for React Native and web. It functions as a cell-recycling UI library that reuses a small set of off-screen components by updating their data rather than creating new views for every item. The framework includes a dynamic grid layout engine that supports staggered grids and variable item heights, allowing for instant switching between list and grid view modes. The library provides capabilities for virtual scrolling management, including viewability tracking, sticky headers, and scroll position restoration. It also supports infin

    TypeScript
    View on GitHub↗5,440
  • legendapp/legend-listLegendApp avatar

    LegendApp/legend-list

    2,953View on GitHub↗

    Legend List is a high-performance list rendering library designed to display massive collections of data with varying item heights. It utilizes windowed virtualization and a measured-height cache to render only the visible portion of a list, preventing lag and maintaining a smooth frame rate. The library specializes in bidirectional infinite scrolling and stable scroll anchoring, which prevents visual jumps when content is prepended to the top of a list. It includes specific alignment capabilities to keep content pinned to the bottom, supporting the layout requirements of chat interfaces. To

    TypeScript
    View on GitHub↗2,953
  • bvaughn/react-virtualizedbvaughn avatar

    bvaughn/react-virtualized

    27,072View on GitHub↗

    react-virtualized is a library of components for rendering massive lists and tables by drawing only the elements visible in the viewport. It provides specialized layout managers including a windowed grid component and a dynamic height list manager. The project includes a masonry layout engine for packing items of varying heights and widths, as well as an infinite scroll interface for incrementally fetching and appending data. The library covers a broad range of virtualization capabilities, including frozen grid elements, reverse list rendering, and synchronized viewport scrolling. It also su

    JavaScriptgridlistlistview
    View on GitHub↗27,072
  • google/flexbox-layoutgoogle avatar

    google/flexbox-layout

    18,320View on GitHub↗

    This is a layout library for Android applications that implements the CSS Flexible Box layout model. It provides a view container and engine that arrange child views by distributing space and aligning content according to a flexible box model. The framework enables the creation of responsive user interfaces that automatically adjust element positioning, wrapping, and growth based on available screen dimensions and orientations. The system includes capabilities for adaptive layout workflows, dynamic element alignment, and a virtualized rendering system for recycling views to display large dat

    Kotlin
    View on GitHub↗18,320
  • snabbdom/snabbdomsnabbdom avatar

    snabbdom/snabbdom

    12,378View on GitHub↗

    Snabbdom is a virtual DOM library and DOM diffing engine used to create and update user interfaces by synchronizing a virtual tree with the browser. It functions as a modular UI framework that provides a system for generating virtual nodes and transforming them into actual browser elements. The project features a modular architecture that separates core rendering logic from optional components. It includes a dedicated SVG rendering engine for managing scalable vector graphics within a virtualized document object model. The library covers a broad range of capabilities, including lifecycle hoo

    TypeScripthacktoberfestsnabbdomvirtual-dom-library
    View on GitHub↗12,378
  • bosnaufal/vue2-autocompleteBosNaufal avatar

    BosNaufal/vue2-autocomplete

    227View on GitHub↗

    Vue 2 Component to make Autocomplete element.

    Vue
    View on GitHub↗227
  • bosnaufal/vue2-loading-barB

    BosNaufal/vue2-loading-bar

    0View on GitHub↗
    View on GitHub↗0
  • chengxulvtu/cxlt-vue2-toastrC

    chengxulvtu/cxlt-vue2-toastr

    0View on GitHub↗
    View on GitHub↗0
  • bubblings/vue-date-pickerBubblings avatar

    Bubblings/vue-date-picker

    98View on GitHub↗

    datepicker component for Vue 2.x

    Vue
    View on GitHub↗98
  • bkzl/vue-float-labelbkzl avatar

    bkzl/vue-float-label

    174View on GitHub↗

    Float label pattern

    JavaScript
    View on GitHub↗174
  • astray-git/vue-dragulaAstray-git avatar

    Astray-git/vue-dragula

    358View on GitHub↗

    :ok_hand: Drag and drop so simple it hurts http://astray-git.github.io/vue-dragula

    JavaScript
    View on GitHub↗358
  • coderdiaz/vue-datasourcecoderdiaz avatar

    coderdiaz/vue-datasource

    408View on GitHub↗

    A vue.js component to create dynamic tables

    JavaScript
    View on GitHub↗408
  • apertureless/vue-chartjsapertureless avatar

    apertureless/vue-chartjs

    5,717View on GitHub↗

    vue-chartjs is a component library that wraps Chart.js chart types as reusable Vue components, integrating the charting library into Vue's component model. It provides reactive props binding so that charts automatically redraw when data or options change, and exposes the underlying Chart.js instance via template refs for direct programmatic access. The library also forwards Chart.js interaction events like clicks and hovers to Vue component event handlers, and applies ARIA labels to chart elements for screen reader support. The library distinguishes itself by offering typed Vue components for

    TypeScript
    View on GitHub↗5,717
  • ankane/vue-chartkickankane avatar

    ankane/vue-chartkick

    749View on GitHub↗

    Create beautiful JavaScript charts with one line of Vue

    JavaScript
    View on GitHub↗749
  • charliekassel/vuejs-datepickercharliekassel avatar

    charliekassel/vuejs-datepicker

    2,594View on GitHub↗

    A simple Vue.js datepicker component. Supports disabling of dates, inline mode, translations

    JavaScriptdatedate-pickerdatepicker
    View on GitHub↗2,594
  • bajian/vue-pull-to-refreshbajian avatar

    bajian/vue-pull-to-refresh

    136View on GitHub↗

    vue.js,refresh,load more,Vue2.0 上下拉刷新

    JavaScript
    View on GitHub↗136
  • bbonnin/vue-morrisbbonnin avatar

    bbonnin/vue-morris

    238View on GitHub↗

    VueJS component wrapping Morris.js

    JavaScript
    View on GitHub↗238
  • blue0728/vue-areablue0728 avatar

    blue0728/vue-area

    76View on GitHub↗

    省市区三级联动插件 for vue2.x ----停止更新,请看新版

    JavaScript
    View on GitHub↗76
  • bosnaufal/vue-rippleBosNaufal avatar

    BosNaufal/vue-ripple

    47View on GitHub↗

    Vue Component to Make Google Material Design Ripple Effect. http://bosnaufal.github.io/vue-ripple/

    Vue
    View on GitHub↗47
  • bosnaufal/vue-scrollbarBosNaufal avatar

    BosNaufal/vue-scrollbar

    114View on GitHub↗

    The Simplest Scroll Area Component with custom scrollbar for Vue Js. https://bosnaufal.github.io/vue-scrollbar/

    Vue
    View on GitHub↗114
  • adeptoas/sweet-modal-vueadeptoas avatar

    adeptoas/sweet-modal-vue

    747View on GitHub↗

    The sweetest library to happen to modals.

    Vue
    View on GitHub↗747