2 Repos
User-driven structural adjustments to data grids including column resizing, reordering, and selection workflows.
Distinct from Row and Column Manipulations: Covers the holistic interactive management of a data grid, whereas candidates focus on narrow resizing or specific row operations.
Explore 2 awesome GitHub repositories matching user interface & experience · Interactive Data Grid Manipulations. Refine with filters or upvote what's useful.
ngx-datatable is a feature-rich data table component for Angular applications designed to display and manage large datasets. It functions as a customizable data grid that supports sorting, pagination, and the use of custom Angular templates for styling data cells. The component is distinguished by its high-performance virtual scrolling grid, which renders only visible rows to optimize memory and CPU usage. It provides an interactive interface for managing data through row selection, column reordering, and expandable detail views. The project covers a broad set of capabilities including colum
Enables users to interactively manipulate the data view through column resizing, reordering, and selection workflows.
This project is a data grid library designed for building complex, interactive tables within React applications. It provides a suite of modular components that enable the display of structured information, supporting both custom cell rendering and flexible column configurations to accommodate diverse data presentation needs. The library is built to handle large datasets by utilizing virtualized rendering, which ensures high performance by only processing the subset of rows currently visible within the viewport. It distinguishes itself through support for dynamic row heights and programmatic s
Handles interactive tabular data requiring programmatic navigation, resizable columns, and variable row heights.