1 रिपॉजिटरी
Delegating sorting, filtering, and pagination tasks to a remote server.
Distinct from Remote Processing Offloading: Distinct from Remote Processing Offloading: specifically focuses on delegating tabular data operations like sorting and filtering rather than image manipulation.
Explore 1 awesome GitHub repository matching graphics & multimedia · Data Processing Offloading. Refine with filters or upvote what's useful.
This project is a feature-rich data grid component designed for Vue applications. It provides a flexible interface for rendering, managing, and manipulating structured information, offering built-in support for essential tabular operations such as sorting, filtering, pagination, and row selection. The library distinguishes itself through its highly extensible architecture, which allows developers to override default rendering for cells, headers, and pagination controls using scoped slots. It supports complex data workflows by enabling hierarchical organization through collapsible row grouping
Delegates sorting, filtering, and pagination to a remote server by disabling local processing and emitting events for every user interaction.