5 个仓库
Utilities that render data tables dynamically based on configuration schemas at runtime.
Distinct from Data Table Generators: Distinct from Data Table Generators: focuses on runtime rendering from config rather than static code generation from database schemas.
Explore 5 awesome GitHub repositories matching user interface & experience · Runtime Table Generators. Refine with filters or upvote what's useful.
Geeker-Admin is a Vue.js admin dashboard framework designed for building backend management interfaces. It utilizes Vue 3, TypeScript, and Vite to provide a foundation for creating data-driven administration panels. The framework features a configurable data table engine that generates complex grids automatically from predefined configuration objects. It incorporates a role-based access control system to restrict access to specific pages and interface elements based on user permissions. The system includes a centralized state management store for persistent global data and page state preserv
Provides a system for generating complex data tables automatically from predefined configuration objects.
x-render is a configuration-driven UI framework and low-code interface builder that transforms structured data definitions into functional user interface components. It operates as a JSON-driven UI generator, using a standardized configuration protocol to render data tables, input forms, and charts. The system includes a visual form builder and interface design editor, allowing users to arrange layouts and configuration settings through a graphical interface to avoid writing manual structural code. This process is supported by a schema-based component library that maps configuration keys to a
Renders searchable data tables dynamically at runtime based on configuration schemas.
该项目是使用 Laravel 框架渲染交互式数据表的服务器端实现。它充当桥梁和 API 包装器,将数据库查询映射到 jQuery DataTables 插件所需的特定 JSON 格式。 该工具专注于通过在服务器端处理分页、过滤和搜索来处理大数据集,而不是将所有记录加载到浏览器中。它将传入的 HTTP 请求参数转换为数据库查询,以确保仅获取和序列化必要的行。 其功能涵盖基于 Eloquent 的数据映射、自动通配符搜索注入和响应对象序列化。它还提供用于数据库查询调试的诊断工具,通过将执行的 SQL 语句附加到 API 响应中。 该包提供了用于数据导出和交互式表格编辑的集成工具。
Dynamically generates interactive data tables with search, filtering, and export capabilities at runtime.
此项目是一套旨在跟踪和可视化 JavaScript 语言特性在不同执行引擎和运行时之间兼容性的工具。它作为一个 ECMAScript 兼容性表生成器和运行时支持映射器,使用专门的特性测试套件来识别跨各种环境的支持差距。 该系统包括一个编译器转译验证器,以确保新的语言语法在旧的目标环境中得到正确处理。它通过在各种 JavaScript 引擎和编译器中执行特定的语言特性测试来验证操作兼容性。 该工具集涵盖了 Web 运行时测试和浏览器兼容性文档的更广泛领域。它将原始执行数据转换为结构化的环境映射和视觉矩阵,将特性可用性与特定的平台版本进行映射。
Dynamically renders data tables based on compatibility test results.
vue3-antdv-admin is an enterprise frontend starter and admin template built with Vue 3 and Ant Design Vue. It serves as a project scaffolding tool for developing internal management consoles and large-scale administration panels. The framework features schema-driven form and table generators, allowing for the creation of dynamic input fields and data grids that update their structure and columns at runtime via configuration. The project includes a component-based layout wrapper, dynamic route mapping for navigation and access control, and provider-based theme injection for visual styling. It
Provides a system to render data grids at runtime using configuration schemas.