1 个仓库
Interfaces specifically designed for displaying and managing structured data in rows and columns.
Distinct from Client-Side Data Processing: Distinct from Client-Side Data Processing: focuses on the visual tabular representation of processed data rather than the general import/export pipeline.
Explore 1 awesome GitHub repository matching data & databases · Tabular Grids. Refine with filters or upvote what's useful.
Grid.js 是一个与框架无关的 JavaScript 库,用于渲染交互式数据网格。它允许在不同的前端环境中以表格格式显示结构化信息,支持从静态数组或 JSON 导入数据。 该库具有用于扩展用户界面组件和逻辑的插件系统,以及用于在显示信息之前转换信息的数据流水线。它包括对多语言本地化的内置支持,以翻译界面元素和消息。 该项目涵盖了核心数据可视化功能,包括排序、过滤和动态网格可视化。它提供了用于管理配置设置和与各种 JavaScript 环境集成的工具。
Implements a client-side grid for populating and managing tabular data from static arrays or JSON imports.