Support both vertical and horizontal scroll. Loaded items are cached for better performance. Install npm install vue-virtual-scroll-grid Available Props NameDescriptionTypeValidation lengthThe number of items in the listnumberRequired, an integer greater than or equal to 0 ...
Breadcrumbs vue-virtual-scroll-grid / renovate.json5 Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 7 lines (7 loc) · 201 Bytes Raw { $schema: "https://docs.renovatebot.com/renovate-schema.json", extends: ["group:all", ...
('grid', [VirtualScroll, Toolbar, Edit]); @import "../node_modules/@syncfusion/ej2-base/styles/tailwind.css"; @import "../node_modules/@syncfusion/ej2-buttons/styles/tailwind.css"; @import "../node_modules/@syncfusion/ej2-calendars/styles/tailwind.css"; @import "../node_modules/...
vue-virtual-scroll-grid是一个基于Vue 3的组件,可以以高性能的方式将包含1000个项目的列表渲染为网格形式。这个组件实现了虚拟滚动技术,只渲染可见区域内的项目,从而提高了性能和渲染效率。通过使用虚拟滚动,即使对于大型数据集,用户也可以快速滚动和浏览列表,而无需等待长时间的加载。vue-virtual-scroll-grid易于使用...
A Vue 3 component that can render a list with 1000+ items as a grid in a performant way. - vue-virtual-scroll-grid/tsconfig.json at main · rocwang/vue-virtual-scroll-grid
A Vue 3 component that can render a list with 1000+ items as a grid in a performant way. - vue-virtual-scroll-grid/package-lock.json at main · rocwang/vue-virtual-scroll-grid
A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc. - GitHub - ui-javascript/vue-easytable: A powerful data table based on vuejs. You can use it as data grid
A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc. - huynhduc28051999/easytable
This branch is up to date withrocwang/vue-virtual-scroll-grid:main. Repository files navigation README License Virtual Scroll Grid for Vue 3 This is a reusable component for Vue 3 that renders a list with a huge number of items (e.g. 1000+ items) as a grid in a performant way. ...
npm install vue-virtual-scroll-grid Available Props NameDescriptionTypeValidation length The number of items in the list number Required, an integer greater than or equal to 0 pageProvider The callback that returns a page of items as a promise. pageNumber start with 0 (pageNumber: number, pag...